得月天涯的博客vscode+vue报错This dependency was not found: @views/login in ./src/router/index.js To install it, you can run: npm install --save @views/login 只要把引入路径去掉@就可以了
三十_A的博客This dependency was not found: * pages/user/login in ./src/router/index.js To install it, you can run: npm install --save pages/user/login 解决办法: 在build文件夹中找到webpack.base.conf...
青岛IT音悦人.林戈的博客 二、This dependency was not found:* @XXX.js in ./src/main.js 一个在正常运行的vue项目,我下载下来代码后进行编译报错,内容如下: This dependency was not found:* @/lib/commonStorage.js in ./src/main.js ...