Cannot find module 'vue-loader-v16/package.json'

Posted zmztyas

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Cannot find module 'vue-loader-v16/package.json'相关的知识,希望对你有一定的参考价值。

解决方案:将包管理工具npm换成yarn

前言:mac运行vue过程中会出现这个让人头疼(尝试多种方法均未成功)的问题

  1. npm管理安装模块依赖的版本不太方便,容易在删除node_modules重新install或在其他机器上新安装时,安装模块的依赖的版本不一致,导致编译后的模块ID或trunkID不一致。yarn可以方便的自动生成并更新yarn.lock文件锁定依赖模块的版本。
  2. yarn可以从缓存中安装包,速度会有所提升(来源:简书,作者;Affandi)

将npm更换为yarn的步骤:

第1步:安装yarn命令:cnpm install yarn -g

第2步:验证yarn版本命令:yarn versions

第3步: 删除原node_modules, 重新安装这里也可以手动删除node_modules文件夹

第4步:运行命令:yarn run serve(或dev,npm run XXX是执行Vue项目配置在 package.json 中的脚本)

第5步:完成

 

自己实际处理:

删除node_modules即可

以上是关于Cannot find module 'vue-loader-v16/package.json'的主要内容,如果未能解决你的问题,请参考以下文章

Error: Cannot find module 'gulp-sass'

Error: Cannot find module 'npmlog'

Error: Cannot find module 'express'

NodeJS:Error: Cannot find module 'jshint/src/cli'

Error: Cannot find module 'internal/fs'

[gulp]Cannot find module 'orchestrator'