rosnodejs icon indicating copy to clipboard operation
rosnodejs copied to clipboard

/opt/ros/jade/stacks

Open droofe opened this issue 10 years ago • 1 comments

ros@ros:~/Desktop/igvc_viz$ nodejs app.js

events.js:72 throw er; // Unhandled 'error' event ^ Error: ENOENT, lstat '/opt/ros/jade/stacks'

when running the package in nodejs.

droofe avatar Oct 09 '15 03:10 droofe

I've seen this problem before. It's because your ROS_PACKAGE_PATH environment variable contains this path but it doesn't usually exist. You can try running with:

env ROS_PACKAGE_PATH="/opt/ros/jade/share nodejs app.js

chfritz avatar Apr 10 '16 04:04 chfritz