WhitestormJS / whitestorm-app-boilerplate

[WIP] WhitestormJS 2 App boilerplate
http://whs-boilerplate-app.surge.sh/
MIT License
45 stars 17 forks source link

Issues running boilerplate #2

Closed tpflueger closed 7 years ago

tpflueger commented 7 years ago

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 7 years ago

@tpflueger You need to do npm install

tpflueger commented 7 years ago

@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 7 years ago

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