▼
[React.js][Resolved] npx installation hang at "fetchMetadata: sill resolveWithNewModule js-tokens@4.0.0"
Offical suggested you uses npx to create react app :
npx create-react-app my-app
It stopped at this for a few hours:
fetchMetadata: sill resolveWithNewModule js-tokens@4.0.0
Finally I need use npm to install
npm install -g create-react-app
No comments:
Post a Comment