ABitOfSquad / squadbot

The simple chat bot for the 21st Century
MIT License
4 stars 1 forks source link

npm install doesn't have the right structure #15

Closed Nickforall closed 8 years ago

Nickforall commented 9 years ago

When installing an npm library programmatically (npm.js), it installs the dependency's dependencies in the main node_modules folder instead of the dependency's modules folder. This create ABitOfAMess.

Needs some research on the -horribly documented- npm dependency.

Nickforall commented 8 years ago

NPM installation file needs a rewrite, we should discuss this someday.