我无法使用 npx create-react-app 安装 react? [英] I can't install react using npx create-react-app?

查看:78
本文介绍了我无法使用 npx create-react-app 安装 react?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用 npx create-react 应用程序,但出现如下所示的错误:

I am trying to use npx create-react app but i have errors that is shown below:

npm ERR! Unexpected end of Json input while parsing near
'...eact-app/-/create-rea'

npm ERR! A complete log of this run can be found in: npm ERR!
C:UsersdpAppDataRoaming
pm-cache\_logs2018-12-06T18-42-56-293Z-debug.log

Install for create-react-app@latest failed with code 1** 

错误的日志文件在这里...!

and the log file of the error is here...!

我怎样才能摆脱这个麻烦??

How I can get rid of this trouble??

0 info it worked if it ends with ok 1 verbose cli [ 'C:\Program Files\nodejs\node.exe',

1 verbose cli   
'C:\Users\dp\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js',

1 verbose cli   'install',

1 verbose cli   'create-react-app@latest',

1 verbose cli   '--global',

1 verbose cli   '--prefix',

1 verbose cli  
'C:\Users\dp\AppData\Roaming\npm-cache\_npx\3588',

1 verbose cli   '--loglevel',

1 verbose cli   'error',

1 verbose cli   '--json' ]

2 info using npm@6.4.1

3 info using node@v10.13.0

4 verbose npm-session 7862701600d4f4ce

5 silly install loadCurrentTree

6 silly install readGlobalPackageData

7 http fetch GET 304 

https://registry.npmjs.org/create-react-app 872ms (from cache)

8 silly fetchPackageMetaData error for create-react-app@latest
Unexpected end of JSON input while parsing near
'...eact-app/-/create-rea'

9 timing stage:rollbackFailedOptional Completed in 4ms 10 timing
stage:runTopLevelLifecycles Completed in 1693ms 11 verbose stack
SyntaxError: Unexpected end of JSON input while parsing near
'...eact-app/-/create-rea' 11 verbose stack     at JSON.parse
(<anonymous>) 11 verbose stack     at parseJson
(C:UsersdpAppDataRoaming
pm
ode_modules
pm
ode_modulesjson-parse-better-errorsindex.js:7:17)
11 verbose stack     at consumeBody.call.then.buffer
(C:UsersdpAppDataRoaming
pm
ode_modules
pm
ode_modules
ode-fetch-npmsrcody.js:96:50)
11 verbose stack     at process._tickCallback
(internal/process/next_tick.js:68:7) 12 verbose cwd C:Usersdp 13
verbose Windows_NT 6.3.9600 14 verbose argv "C:\Program
Files\nodejs\node.exe"
"C:\Users\dp\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js"
"install" "create-react-app@latest" "--global" "--prefix"
"C:\Users\dp\AppData\Roaming\npm-cache\_npx\3588" "--loglevel"
"error" "--json" 15 verbose node v10.13.0 16 verbose npm  v6.4.1 17
error Unexpected end of JSON input while parsing near
'...eact-app/-/create-rea' 18 verbose exit [ 1, true ]

推荐答案

要解决问题,请按顺序运行这些命令

To fix the issue, run these commands in sequence

npm init
npm install create-react-app
npx create-react-app myapp

这篇关于我无法使用 npx create-react-app 安装 react?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆