structor icon indicating copy to clipboard operation
structor copied to clipboard

[ npm ERR! ] npm install structor: Refusing to install structor as a dependency of itself.

Open indrajithi opened this issue 8 years ago • 1 comments

I tried to follow the install instructions and got the following error while running npm install structor.

npm ERR! Linux 4.12.0-2-amd64
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" "structor"
npm ERR! node v6.11.3
npm ERR! npm  v3.10.10
npm ERR! code ENOSELF

npm ERR! Refusing to install structor as a dependency of itself
npm ERR! 
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /home/user01/lab/hack/structor/npm-debug.log

indrajithi avatar Oct 04 '17 12:10 indrajithi

try: npm install -g structor

bybruno avatar Aug 06 '18 17:08 bybruno