Closed
Description
If you are reporting a bug, please fill in below. Otherwise feel free to remove this template entirely.
Can you reproduce the problem with latest npm?
I am using npm version 4.3.0
Description
I can't use create-react-app hello-world
on Vagrant Ubuntu . It fails with the error "Aborting installation", then deletes the files it previously installed.
Actual behavior
root@precise64:/code/React# create-react-app hello-world
Creating a new React app in /code/React/hello-world.
Installing packages. This might take a couple minutes.
Installing react, react-dom, and react-scripts...
npm WARN prefer global [email protected] should be installed with -g
[email protected] /code/React/hello-world
+-- [email protected]
| +-- [email protected]
| | +-- [email protected]
| | +-- [email protected]
| | | `-- [email protected]
| | | +-- [email protected]
...
...
| +-- [email protected]
| `-- [email protected]
| +-- [email protected]
| `-- [email protected]
+-- [email protected]
`-- [email protected]
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/react-scripts/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
Aborting installation.
Deleting generated file... node_modules
Deleting generated file... package.json
Deleting hello-world/ from /code/React
Done.
Environment
Run these commands in the project folder and fill in their results:
npm ls react-scripts
(if you haven’t ejected):
/code/React
`-- (empty)
node -v
:6.9.1
npm -v
:4.3.0
Then, specify:
- Operating system: Vagrant virtual machine running Ubuntu 12.04 LTS
- Browser and version: n/a
Metadata
Metadata
Assignees
Labels
No labels