esnunes / riotjs-loader

riotjs module loader for webpack
MIT License
103 stars 41 forks source link

Refusing to install riotjs-loader as a dependency of itself #17

Closed daslicht closed 8 years ago

daslicht commented 8 years ago
daslicht:riot_hotreload daslicht$ npm install --save-dev riot riotjs-loader babel babel-loader webpack webpack-dev-server
npm ERR! Darwin 15.3.0
npm ERR! argv "/usr/local/Cellar/node/5.1.0/bin/node" "/usr/local/bin/npm" "install" "--save-dev" "riot" "riotjs-loader" "babel" "babel-loader" "webpack" "webpack-dev-server"
npm ERR! node v5.1.0
npm ERR! npm  v3.3.12
npm ERR! code ENOSELF

npm ERR! Refusing to install riotjs-loader 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!     /Users/daslicht/DEV/riot/riotjs-loader/riot_hotreload/npm-debug.log

Whats wrong ?