我做了以下更新我的npm:
npm update npm -g
Run Code Online (Sandbox Code Playgroud)
但我不知道如何更新Node.js. 有什么建议?(我正在使用Node.js 0.4.1并希望更新到Node.js 0.6.1.)
我尝试create-react-app使用npm i create-react-app,npx create-react-app new-app和安装npm init react-app new-app,但我不断收到此错误消息:
You are running create-react-app 4.0.0, which is behind the latest release (4.0.1).
We no longer support global installation of Create React App.
Run Code Online (Sandbox Code Playgroud)
我怎样才能解决这个问题?
我更新到最新的节点v9.1.0,现在npm不起作用.
npm WARN npm npm不支持Node.js v9.1.0
我正在尝试使用Create React App,但收到错误消息,它需要Node 10或更高版本。我的节点版本是Node 8.10.0,由于它是工作机器,所以我无法更新 Node 版本。有没有办法运行旧版本的 Create React App 来与我的旧 Node 版本一起使用?