This dependency was not found /node_modules/cache-loader
在vue-cli项目中,当我移动一个组件到其他目录时,会出现下列bug:ERRORFailed to compile with 1 errors...
·
在vue-cli项目中,当我移动一个组件到其他目录时,会出现下列bug:
ERROR Failed to compile with 1 errors 4:19:03 PM
This dependency was not found:
* @/components/MarkdownEditor in ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-o
ptions!./src/pages/index.vue?vue&type=script&lang=js&
To install it, you can run: npm install --save @/components/MarkdownEditor
它表示你引入该组件的地方,路径没有改过来,找不到该组件,即使你改了一处,可以其他地方还没改,全部找出来改过来就行了。
其实我用的是Idea,以它的智能性,应该会为我自动改修改文件的。但我用了@/components/MarkdownEditor
的方式写路径,idea识别不了@
,因此不会为我自动修改其他文件中引入的路径。换成相对路径就是了。
更多推荐
已为社区贡献3条内容
所有评论(0)