Node.js cannot find module 'readable-stream'

前端 未结 5 1862
醉话见心
醉话见心 2020-12-11 02:11

I am new to node.js and stuck on the following. Any help will be appreciated:

I am running node.js (0.10.28) on ubuntu (12.10). The code I am working on is:

5条回答
  •  情深已故
    2020-12-11 02:32

    I was having this problem building a vue library. Deleting node_modules and re-running npm isntall and then rebuilding my lib worked.

提交回复
热议问题