Advertisement
Guest User

Untitled

a guest
Oct 9th, 2012
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. root@beagleboard:~/cloud9# node server.js
  2. path.existsSync is now called `fs.existsSync`.
  3.  
  4. module.js:340
  5. throw err;
  6. ^
  7. Error: Cannot find module 'sourcemint-platform-nodejs/lib/bundler'
  8. at Function.Module._resolveFilename (module.js:338:15)
  9. at Function.Module._load (module.js:280:25)
  10. at Module.require (module.js:362:17)
  11. at require (module.js:378:17)
  12. at Object.<anonymous> (/home/root/cloud9/plugins-server/cloud9.sourcemint/sourcemint.js:3:15)
  13. at Module._compile (module.js:449:26)
  14. at Object.Module._extensions..js (module.js:467:10)
  15. at Module.load (module.js:356:32)
  16. at Function.Module._load (module.js:312:12)
  17. at Module.require (module.js:362:17)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement