使用yarn安裝quasar,quasar建立新專案 出錯error eslint
阿新 • • 發佈:2021-02-08
在使用quasar新建專案的時候,可能會出現如下報錯:
error [email protected]: The engine "node" is incompatible with this module. Expected version "^6.14.0 || ^8.10.0 || >=9.10.0". Got "9.5.0" error Found incompatible module info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command. Aborting installation. yarnpkg add --exact react react-dom react-scripts --cwd /Volumes/server2/Desktop/JavaScript/birdcage has failed
解決方案:在控制檯輸入
yarn config set ignore-engines true
重新執行建立專案命令。