boxen / puppet-nodejs

MIT License
15 stars 47 forks source link

Local node_module path is not set correctly #44

Closed marr closed 7 years ago

marr commented 9 years ago

Currently the local node_modules path is set to node_modules/.bin, it should be set to ./node_modules/.bin. I was seeing some problems executing things like webpack with the path set incorrectly.