NODE_PATH matches the npm root

Cisum Inas

I get this error when I try scaffolding a project using yeoman with this command.

npm install generator-gulp-webapp --global

The error:

Yeoman Doctor
Running sanity checks on your system

✖ NODE_PATH matches the npm root
npm global root value is not in your NODE_PATH

I am using Ubuntu 15.04 and have not installed npm and node with the sudo command.

Cisum Inas

It seems installing with

sudo npm install generator-gulp-webapp --global

solved the problem.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related