Install RTL 0.13.2 failed #1147
-
Hi, I try to install RTL 0.13.2 but it failed after command $ npm install --omit=dev because used unsupported module see attached logfile. $ node RTL The "request" library is not installed automatically anymore.But is a dependency of "request-promise".Please install it with:npm install request --saveinternal/modules/cjs/loader.js:880 Error: Cannot find module 'request'
$ npm install request --save How can I fix it? Thanx |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 12 replies
-
Please use ‘npm install request —legacy-peer-deps’ command instead. We are aware about it and will update the documentation soon. |
Beta Was this translation helpful? Give feedback.
-
Which NodeJS and npm versions are you on? This error seems to be thrown by npm<v6. |
Beta Was this translation helpful? Give feedback.
-
Got it. So can you please delete ‘node_modules’ folder in RTL repo and run ‘npm install —omit=dev —legacy-peer-deeps’ this time? |
Beta Was this translation helpful? Give feedback.
-
Audit will not fix them, these are known and already reported vulnerabilities. We are still waiting for the library to update them. |
Beta Was this translation helpful? Give feedback.
Audit will not fix them, these are known and already reported vulnerabilities. We are still waiting for the library to update them.