Wednesday, December 2, 2015

Npm, AngularJS project problem and solution

1. ERROR: EACCES when running npm related command
use whoami  to check the current user, then do
sudo chown -R [username] [targetdir]


2. tar.unpack untar error
upgrade node to the latest version

No comments:

Post a Comment