Be the first user to complete this post

  • 0
Add to List

Failed to lookup view index.js in directory - krakenjs

Framekwork: Krakenjs

Error: Failed to lookup view "index.js" in directory
Scenario You created your application using the yeoman generator for krakenjs. But when you run start your server with NODE_ENV=production you see the above error. Resolution Thats because the app looks for the appropriate files to render in the .build directory. The solution is to build your project before running node. The starter kit already comes with a grunt build task for your convenience.
grunt build && node server.js
You probably want to include this as part of your npm scripts. Reference - https://github.com/krakenjs/kraken-js/issues/27



Also Read:

  1. Error: can not find module 'underscore'
  2. Troubleshooting: Fatal error: watch ENOSPC on grunt watch
  3. Resolved - /usr/bin/env: node: No such file or directory
  4. css: margin does not work
  5. Making max width work in internet explorer