You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Hi, everyone. I had this issue when i tried install rclnodejs with npm and source.
I have a simple project to library's test and i cant install successfully.
I had the same result to Ubuntu 20 with foxy.
Library Version: 0.21.4
ROS Version: Humble
Platform / OS: Ubuntu 22.04
Node version: v18.12.1
Npm version: 9.2.0
Steps To Reproduce
source /opt/ros/humble/setup.zsh
mkdir rclnodejs-test
cd rlcnodejs-test
npm init -y
npm install rclnodejs
Expected Behavior
Install runs without errors
Actual Behavior
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm ERR! code 1
npm ERR! path /home/rodrigo/rclnodejs-test/node_modules/@rclnodejs/ref-napi
npm ERR! command failed
npm ERR! command sh -c node-gyp rebuild
npm ERR! A complete log of this run can be found in:
npm ERR! /home/rodrigo/.npm/_logs/2023-01-05T22_09_58_874Z-debug-0.log
[error.log](https://github.com/RobotWebTools/rclnodejs/files/10355983/error.log)
i've tried update har-validation, uuid and requests but i had same result
The text was updated successfully, but these errors were encountered:
@vela-io were you able to make any progress?
I setup a similar env as you described in window wls2. I had an issue with the humble setup.zsh so I reverted to using setup.bash which is my default. With that difference I am able to install rclnodejs with no issues. As a quick test could you try using either node 17 or 19. Note - I recently noticed an issue with node 18.3 but did not replicate the issue with node 18.2 or 18.1. I'll investigate that soon.
Description
Hi, everyone. I had this issue when i tried install rclnodejs with npm and source.
I have a simple project to library's test and i cant install successfully.
I had the same result to Ubuntu 20 with foxy.
Steps To Reproduce
Expected Behavior
Install runs without errors
Actual Behavior
i've tried update har-validation, uuid and requests but i had same result
The text was updated successfully, but these errors were encountered: