RobotWebTools / rclnodejs

Node.js version of ROS 2.0 client
https://docs.ros.org/en/humble/Concepts/Basic/About-Client-Libraries.html?highlight=rclnodejs#community-maintained
Apache License 2.0
312 stars 70 forks source link

annoying npm warnings during installation #805

Closed wayneparrott closed 3 years ago

wayneparrott commented 3 years ago

When installing rclnodejs users see the following npm warnings:

npm WARN @babel/eslint-parser@7.12.1 requires a peer of @babel/core@>=7.11.0 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

Propose that we set the npm loglevel to 'error' for the project.