Skip to content

Rimraf error when installing rclnodejs #1065

@kissadam21

Description

@kissadam21

Hey all,

With the new release, unfortunately the npm install rclnodejs fails; it needs the rimraf package for installation, which was moved to devDependencies in the latest release. The rimraf is still used in the clean script in package.json:22, so it makes the installation fail.

70.71 npm ERR! > [email protected] rebuild
70.71 npm ERR! > npm run clean && node-gyp -j 16 rebuild
70.71 npm ERR! 
70.71 npm ERR! 
70.71 npm ERR! > [email protected] clean
70.71 npm ERR! > node-gyp clean && rimraf ./generated
70.71 npm ERR! gyp info it worked if it ends with ok
70.71 npm ERR! gyp info using [email protected]
70.71 npm ERR! gyp info using [email protected] | linux | x64
70.71 npm ERR! gyp info ok 
70.71 npm ERR! sh: 1: rimraf: not found

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions