-
Notifications
You must be signed in to change notification settings - Fork 78
Closed
Labels
Description
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