Advertisement
Guest User

Untitled

a guest
May 11th, 2012
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. root@beaglebone:/var/lib/cloud9# node4 weatherstation.js
  2. Optional package './misc' not loaded
  3. Miscellaneous C++ functions not built
  4. To build them from a shell window:
  5. cd /var/lib/cloud9/bonescript
  6. node-waf configure build
  7.  
  8. node.js:134
  9. throw e; // process.nextTick error, or 'error' event on first tick
  10. ^
  11. ./misc is currently required
  12.  
  13. root@beaglebone:/var/lib/cloud9# node weatherstation.js
  14. Optional package './misc' not loaded
  15. Miscellaneous C++ functions not built
  16. To build them from a shell window:
  17. cd /var/lib/cloud9/bonescript
  18. node-waf configure build
  19.  
  20. node.js:201
  21. throw e; // process.nextTick error, or 'error' event on first tick
  22. ^
  23. ./misc is currently required
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement