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.
When running yaktor-based projects on Node 6, we get the following error: