You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
report
What is the current behavior?
npx create-react-app test
npx: 67 instalado em 5.184s
Creating a new React app in /Volumes/HSierra/Dev-2018/PWA/test.
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts...
yarn add v1.5.1
info No lockfile found.
[1/4] 🔍 Resolving packages...
info There appears to be trouble with your network connection. Retrying...
error An unexpected error occurred: "Couldn't find package \"[email protected]\" required by \"html-minifier@^3.2.3\" on the \"npm\" registry.".
info If you think this is a bug, please open a bug report with the information provided in"/Volumes/HSierra/Dev-2018/PWA/test/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
Error: Couldn't find package "domelementtype@1" required by "htmlparser2@~3.3.0" on the "npm" registry.(...)Error: Couldn't find package "domelementtype@1" required by "[email protected]" on the "npm" registry.
(...)
Error: Couldn't find package "domelementtype@1" required by "[email protected]" on the "npm" registry.(...)Error: Couldn't find package "domelementtype@1" required by "[email protected]" on the "npm" registry.
(...)
Error: Couldn't find package "dom-serializer@0" required by "[email protected]" on the "npm" registry.(...)Error: Couldn't find package "wbuf@^1.7.2" required by "spdy-transport@^2.0.18" on the "npm" registry.
(...)
Error: Couldn't find package "wbuf@^1.1.0" required by "hpack.js@^2.1.6" on the "npm" registry.(...)Aborting installation. yarnpkg add --exact react react-dom react-scripts --cwd /Volumes/HSierra/Dev-2018/PWA/test has failed.Deleting generated file... package.jsonDeleting generated file... yarn-error.logDeleting test / from /Volumes/HSierra/Dev-2018/PWA/Done.
If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior?
Exec create-react-app
Please mention your node.js, yarn and operating system version.
Yarn version:
1.5.1
Node version:
9.3.0
Platform:
darwin x64
npm manifest:
No manifest
yarn manifest:
No manifest
Lockfile:
No lockfile
Trace:
Error: Couldn't find package "[email protected]" required by "babel-preset-react-app@^3.1.1" on the "npm" registry.
at new MessageError (/usr/local/Cellar/yarn/1.5.1_1/libexec/lib/cli.js:186:110)
at PackageRequest.<anonymous> (/usr/local/Cellar/yarn/1.5.1_1/libexec/lib/cli.js:36274:17)
at Generator.throw (<anonymous>)
at step (/usr/local/Cellar/yarn/1.5.1_1/libexec/lib/cli.js:98:30)
at /usr/local/Cellar/yarn/1.5.1_1/libexec/lib/cli.js:111:13
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:160:7)
~/Projects/yarn-test 🐒 npx create-react-app test
npx: installed 67 in 3.946s
Creating a new React app in /Users/jvalore/Projects/yarn-test/test.
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts...
yarn add v1.5.1
info No lockfile found.
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
[4/4] 📃 Building fresh packages...
success Saved lockfile.
success Saved 764 new dependencies.
info Direct dependencies
├─ [email protected]
├─ [email protected]
└─ [email protected]
info All dependencies
{...full package list omitted for brevity...}
✨ Done in 16.03s.
Success! Created test at /Users/jvalore/Projects/yarn-test/test
Inside that directory, you can run several commands:
yarn start
Starts the development server.
yarn build
Bundles the app into static files for production.
yarn test
Starts the test runner.
yarn eject
Removes this tool and copies build dependencies, configuration files
and scripts into the app directory. If you do this, you can’t go back!
We suggest that you begin by typing:
cd test
yarn start
Happy hacking!
Do you want to request a feature or report a bug?
report
What is the current behavior?
If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior?
Exec create-react-app
Please mention your node.js, yarn and operating system version.
Can be related #5259
The text was updated successfully, but these errors were encountered: