module.js:338 throw err in node.js

前端 未结 6 547
陌清茗
陌清茗 2021-02-08 01:31

I\'m using ubuntu and I\'m trying to run a script using nodejs and i\'m getting this error.

/home/bebz/Documents/test# node server.js
module.js:338
throw err;
           


        
6条回答
  •  -上瘾入骨i
    2021-02-08 02:02

    you should install merge-descriptors module. Open your terminal or command prompt and run this command:

    npm install --save merge-descriptors
    

提交回复
热议问题