npm 常見錯誤記錄

  • 2019 年 10 月 4 日
  • 筆記

1.Module build failed: ReferenceError: Unknown plugin "import" specified in "base" at 0, attempted to resolve relative to "projectFolder/src" at Array.map (native) @ multi main

嘗試安裝插件:

ubuntu:

npm install babel-plugin-import --save-dev

centos:

yarn add babel-plugin-import --dev

2.ERROR in ./src/pages/overview/agentview.js

Module not found: Error: Can't resolve '@antv/g2' in '/www/wwwroot/demo/client-master/src/pages/overview'

npm install --save @antv/g2

3.Module not found: Error: Can't resolve 'quill/dist/quill.bubble.css' in '/www/wwwroot/demo/client-master/src'

npm install quill --save

4.Module not found: Error: Can't resolve 'vue-quill-editor' in '/www/wwwroot/demo/client-master/src'

 npm install vue-quill-editor --save