aurelia / bootstrapper-webpack

A custom bootstrapper for using Webpack with Aurelia
MIT License
8 stars 6 forks source link

Secondary node_modules folder under aurelia-bootstrapper-webpack folder #5

Closed jsobell closed 8 years ago

jsobell commented 8 years ago

The npm install process is currently adding an additional nested node_modules folder containing aurelia-loader-webpack under the node_modules/aurelia-bootstrapper-webpack folder. Result; ./node_modules/aurelia-bootstrapper-webpack/node_modules/aurelia-loader-webpack/[loader files]

EisenbergEffect commented 8 years ago

You need to be using npm 3 or run the dedupe. See the webpack skeleton for instructions.