美文网首页
vue启动报错:no version of chokidar i

vue启动报错:no version of chokidar i

作者: ce048d2693f5 | 来源:发表于2021-08-16 11:14 被阅读0次

    D:\project\ali_git\oms-ui\hsp_yxjc_daping\node_modules\watchpack\lib\chokidar.js:17

    throw new Error(

    ^

    Error: No version of chokidar is available. Tried chokidar@2 and chokidar@3.

    You could try to manually install any chokidar version.

    chokidar@3: Error: Cannot find module 'chokidar'

    Require stack:

    - D:\project\ali_git\oms-ui\hsp_yxjc_daping\node_modules\watchpack\lib\chokidar.js

    - D:\project\ali_git\oms-ui\hsp_yxjc_daping\node_modules\watchpack\lib\DirectoryWatcher.js

    解决方案:

    报错:没有可用的chokidar版本。已尝试chokidar@2 以及chokidar@3   

    npm update

    npm cache verify

    以上亲测好用!

    再不行npm install chokidar@3.0.0

    相关文章

      网友评论

          本文标题:vue启动报错:no version of chokidar i

          本文链接:https://www.haomeiwen.com/subject/hxsmbltx.html