Closed rgov closed 3 years ago
I am trying to install rclnodejs@0.10.3 which states that it supports ROS 2 "dashing".
rclnodejs@0.10.3
I source the setup.bash script for my project and then run:
setup.bash
npm install rclnodejs@0.10.3
It looks like it is trying to modify a root-owned directory:
> rclnodejs@0.10.3 postinstall /home/user/my_project/node_modules/rclnodejs > node scripts/generate_messages.js Start to generate the JavaScript messages... Caught error: Error: EACCES: permission denied, mkdir '/opt/ros/dashing/share/tf2_msgs/action/msg' npm WARN saveError ENOENT: no such file or directory, open '/home/user/my_project/package.json'
The installation succeeds, but I'm not sure whether the configuration is broken.
Wrong repo, sorry.
I am trying to install
rclnodejs@0.10.3
which states that it supports ROS 2 "dashing".I source the
setup.bash
script for my project and then run:It looks like it is trying to modify a root-owned directory:
The installation succeeds, but I'm not sure whether the configuration is broken.