作者Dominicana (Dios Patria Libertad)
看板Web_Design
標題React建立app不成功
時間Fri Jul 3 15:18:20 2020
https://i.imgur.com/dmFukqF.jpg
https://forum.freecodecamp.org/t/create-react-app-never-ends-and-doesnt-create-any-app/340191
(一樣的問題)
npx create-react-app後跑出圖一
要強制Ctrl+c才能停止
只建立了node_modules, package.json, package-lock.json
Npm version 6.14.4,node version v.12.16.3
已經試過:
1. Npm uninstall create-react-app -g
2. 不在全域建立、Cd到特定資料夾create
3. npm init react-app my-app
4. npm cache clean --force & npm install -g npm@latest --force
不確定發在這個版適不適合
若有建議我再把文章轉過去
-----
Sent from JPTT on my iPhone
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 101.14.197.61 (臺灣)
※ 文章網址: https://webptt.com/m.aspx?n=bbs/Web_Design/M.1593760703.A.29F.html
3F:→ jobintan: 怪哉!我用npx create-react-app project就沒問題。 07/08 15:26