Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. If you have a problem installing dependencies with "npm install", you may see subsequent "npm install" freeze on a step. If you see all the directories in /yourproject/node_modules are empty, deleting those directories and trying "npm install" again may help.
  2. There can be some strange permissions errors on a Vagrant environment; if you receive an error that mentions chown and asks you to "Please try running this command again as root/Administrator," make sure you're using "npm install" (these errors tend to pop up when trying "sudo npm install"). If the file in question that npm is unable to chown is something like "/home/vagrant/tmp", make sure that tmp directory belongs to the user "vagrant:vagrant" (sometimes it's owned by root:root, which will cause problems).
  3. If for some reason npm -g install grunt doesnt work run these 2 commands:
    1. sudo chown -R vagrant:vagrant /usr/lib/node_modules

    2. sudo chown -R vagrant:vagrant /home/vagrant/.npm

 

 

...

Filter by label (Content by label)
showLabelsfalse
max5
spacesKALA
sortmodified
showSpacefalse
reversetrue
typepage
labelskb-how-to-article