zthxxx/jovial

home diertory detected as node.js project

logistic-bot opened this issue · 2 comments

I have a "node_modules" directory in my home directory because of globally-installed node.js packages.

Suggested fix: Do not detect the home directory as a project

> $ npm root -g
/usr/local/lib/node_modules

this is global package path, and there is nothing will installed at $HOME directory

https://docs.npmjs.com/cli/install.html

Oh, okay, sorry