node.js: cannot find module 'request'

后端 未结 8 1821
再見小時候
再見小時候 2020-12-07 14:29

I installed request module, and getting the error:

module.js:340
    throw err;
          ^
Error: Cannot find module \'request\'

i\'ve read

8条回答
  •  轮回少年
    2020-12-07 14:54

    I tried installing the module locally with version and it worked!!

    npm install request@^2.*
    

    Thanks.

提交回复
热议问题