WhitestormJS/whitestorm-app-boilerplate

Issues running boilerplate

tpflueger opened this issue · 3 comments

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.

@tpflueger You need to do npm install

@sasha240100 I've done that, but I'm still running into the issues described.

Currently using node@7.5 and npm@4.1.2.

@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!