Guest User

Untitled

a guest
Jul 23rd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. > require.paths.unshift('./')
  2. 4
  3. > var development = require('./development/app.js').app;
  4. Error: Cannot find module './NewBase60/NewBase60.js'
  5. at Function._resolveFilename (module.js:289:11)
  6. at Function._load (module.js:241:25)
  7. at require (module.js:317:19)
  8. at Object.<anonymous> (/srv/home/jobitr/development/app.js:10:14)
  9. at Module._compile (module.js:373:26)
  10. at Object..js (module.js:379:10)
  11. at Module.load (module.js:305:31)
  12. at Function._load (module.js:271:10)
  13. at require (module.js:317:19)
  14. at [object Context]:1:11
Add Comment
Please, Sign In to add comment