Hi , I am on windows 7 64bit and have installed node-webkit-hipster at h:\hipster .
But when running
cd hipster
npm run compiler
It tries to find files in h:\
> node-webkit-hipster-seed@0.0.2 compiler h:\hipster
> brunch watch -P
Error: Current directory is not brunch application root path, as it does not con
tain package.json (Error: Cannot find module 'h:\package.json')
on isolating the issue the brunch command should be brunch watch --server for windows but that also gives me a couple of errors :
27 Jan 10:53:05 - error: { [Error: Component must have "h:\hipster\bower_compone
nts\jquery\bower.json"] code: 'NO_BOWER_JSON' }
27 Jan 10:53:05 - info: application started on http://localhost:3333/
27 Jan 10:53:06 - error: Compiling of 'app\styles\app.less' failed. '/bower_comp
onents/bootstrap-less/less/reset.less' wasn't found
Hi , I am on windows 7 64bit and have installed node-webkit-hipster at
h:\hipster
. But when runningIt tries to find files in h:\
on isolating the issue the brunch command should be
brunch watch --server
for windows but that also gives me a couple of errors :