npm install
npm run serve
npm run build
npm run lint
ChattyPub works best in Google Chrome but Chrome will add ugly footers with page numbers. To bypass this: install the Mac 10.13-10.14 and make sure to bypass the automatic updates on relaunch.
https://www.google.com/chrome/ Scroll all the way to the bottom. Click on "other platforms", download Mac 10.13-10.14 version. When you've downloaded the dmg, drag the app to your desktop (or somewhere else) and rename it to Google Chrome Chattypub or something so it's clear that its a specific version, then move it to your /Applications folder. Close regular Chrome and open this one. Click print and ଘ(∩^o^)⊃━☆・:*:・。☆
- Empty these directories
In terminal:
/Library/Google/GoogleSoftwareUpdate/
~/Library/Google/GoogleSoftwareUpdate/
- Change permissions
cd /Library/Google/
sudo chown nobody:nogroup GoogleSoftwareUpdate
sudo chmod 000 GoogleSoftwareUpdate
cd ~/Library/Google/
sudo chown nobody:nogroup GoogleSoftwareUpdate
sudo chmod 000 GoogleSoftwareUpdate
- Change permissions one level up
cd /Library/
sudo chown nobody:nogroup Google
sudo chmod 000 Google
cd ~/Library/
sudo chown nobody:nogroup Google
sudo chmod 000 Google
To re-enable the auto update feature if you want to change it back:
rm -rf ~/Library/Google/GoogleSoftwareUpdate
and
rm -rf /Library/Google/GoogleSoftwareUpdate
(if it exists), then re-launch Chrome. The directory will be re-created as writable. No profile info will be lost.
Source: