node.js: cannot find module 'request'

后端 未结 8 1822
再見小時候
再見小時候 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:50

    I have met the same problem as I install it globally, then I try to install it locally, and it work.

提交回复
热议问题