arvsr1988/node-js-webapp-starter

Dependencies break with npm3

Closed this issue · 1 comments

The artefact generated using create-artifact task cannot be used independently due to flat installation of dependencies in npm3.

https://docs.npmjs.com/how-npm-works/npm3

Possible solution is to not copy dependencies and do a npm install after the artefact is generated

fixed in commit e33bece