internal/modules/cjs/loader.js:582 throw err

前端 未结 25 2018
有刺的猬
有刺的猬 2020-11-27 04:24

I\'m getting following Console Error. Error : Cannot find module

Here is the full error i\'m getting in console. What should I do?



        
25条回答
  •  余生分开走
    2020-11-27 05:08

    I uninstalled puppeteer, mocha and chai using

    npm uninstall puppeteer mocha chai
    

    from the command line and then reinstalled using

    npm install puppeteer mocha chai
    

    and the error message simply never showed up

提交回复
热议问题