I'm trying to setup environment for web application that using branch.
After
npm install -d
I do,
brunch build
But, receiving following error:
27 Jul 12:08:28 - error: [Error: Cannot find module 'D:\Development\Projects\PathToProject/node_modules/brunch']
If I just create a new project with brunch new proj
, build works fine.
I would appreciate any ideas, why it might not work.