npmインストールechartsエラー

1468 ワード

npm ERR! code ENOSELF
npm ERR! Refusing to install package with name "echarts" under a package
npm ERR! also called "echarts". Did you name your project the same
npm ERR! as the dependency you're installing?
npm ERR!
npm ERR! For more information, see:
npm ERR!     //docs.npmjs.com/cli/install#limitations-of-npms-install-algorithm>

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\wuqilang\AppData\Roaming
pm-cache\_logs\2020-02-15T05_03_00_902Z-debug.log

理由:プロジェクト名はプラグイン名と同じで、プロジェクト名を変更し、packageを変更します.jsonでname値を変更します.プロジェクトを作成するときは、プラグイン名をプロジェクト名として使用しないでください.