SciSpike / yaktor-issues

Issues-only repository for issue management of all Yaktor repositories
0 stars 1 forks source link

Error "Cannot find module 'browserify'" when using Node 6 #65

Closed matthewadams closed 7 years ago

matthewadams commented 7 years ago

When running yaktor-based projects on Node 6, we get the following error:

Running "shell:grunt-views" (shell) task
npm info it worked if it ends with ok
npm info using npm@3.10.9
npm info using node@v6.9.2
npm info ok
Loading "browserify.js" tasks...ERROR
>> Error: Cannot find module 'browserify'
Warning: Task "browserify:build" not found. Use --force to continue.

Aborted due to warnings.
Warning: Command failed: $(npm bin)/grunt
npm info it worked if it ends with ok
npm info using npm@3.10.9
npm info using node@v6.9.2
npm info ok
 Use --force to continue.

Aborted due to warnings.