react建立專案報錯
../vue-hackernews-2.0> yarn
yarn install v1.12.3
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
info fsevents@1.1.3: The platform "win32" is incompatible with this module.
info "fsevents@1.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
error upath@1.0.4: The engine "node" is incompatible with this module. Expected version ">=4 <=9". Got "10.14.2"
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
解決辦法
yarn config set ignore-engines true
相關文章
- react建立專案React
- 七天接手react專案 系列 —— react 腳手架建立專案React
- 建立Maven專案出錯Maven
- 用vite建立vue3專案報錯解決ViteVue
- Composer 建立專案時報錯的一點經歷
- 建立Maven專案出錯 pom出錯Maven
- pom-建立web專案錯誤Web
- react建立專案&&常見的三大HookReactHook
- 建立一個react-native專案(2/4)React
- 專案編譯報錯編譯
- React Native --踩坑記 之 建立指定 React Native版本的專案React Native
- Maven建立專案遇到導包錯誤:Maven
- 基於Abp React前端的專案建立與執行——React框架分析React前端框架
- 執行web專案報錯Web
- 從webpack開始建立一個新的react專案WebReact
- Maven建立SSM專案 啟動時報錯Mapped Statements collection does not contain value for xxxMavenSSMAPPAI
- 解決Vite-React專案中js使用jsx語法報錯的問題ViteReactJS
- react小專案 - canvas海報生成器ReactCanvas
- React專案實現全域性 loading 以及錯誤提示React
- React基礎及React專案React
- Maven專案報錯:No bean named 'xxxxxx' availableMavenBeanAI
- 專案使用guzzleHttp報錯:certificate has expiredHTTP
- 用create-react-app命令初始化react專案及錯誤處理ReactAPP
- create-react-app 建立專案有關 less 的若干問題ReactAPP
- create-react-app 建立專案有關less的若干問題ReactAPP
- mvn 建立java專案 web專案JavaWeb
- python建立專案Python
- 建立vue專案Vue
- npm建立專案NPM
- React全家桶專案React
- electron專案npm i 報錯certificate has expiredNPM
- Maven專案報錯invalid LOC header (bad signature)MavenHeader
- IDEAweb專案報錯8080埠被佔用IdeaWeb
- 從零開始使用webpack 4, Babel 7建立一個React專案WebBabelReact
- 只需3分鐘,就能輕鬆建立 一個SpreadJS的React專案JSReact
- SpringBoot專案建立報錯——解決Intellij idea Error:java: 無效的源發行版: 16Spring BootIntelliJIdeaErrorJava
- 建立Vue3+Ts專案的main.ts中App.vue報錯解決方案VueAIAPP
- 第一次開啟Android Studio建立專案執行報錯Failed to open zip fileAndroidAI