Issues running boilerplate
tpflueger opened this issue · 3 comments
tpflueger commented
I recently cloned the project but ran into issues with not having whitestorm and webpack-dev-server installed. Webpack also got upset with wanting an absolute output path.
sasha240100 commented
@tpflueger You need to do npm install
tpflueger commented
@sasha240100 I've done that, but I'm still running into the issues described.
Currently using node@7.5 and npm@4.1.2.
sasha240100 commented
@tpflueger Okay, I checked package.json
. It seems I forgot to add them there. I'll fix it later today, if you can make a pull request - do it, I'll merge immediately.
Thanks!