-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
warn npm install --global gatsby #1642
Comments
When I do "npm install --global gatsby" second times,occur follows.But I can gatsby new now |
I've got the same problem. |
thanks @pigooosuke .
added 1232 packages in 70.208s |
only these? it's seemed like succeess. |
I get it,thanks @pigooosuke |
system environments:
os:ubuntu16. 0.4 x64
nodejs:v6.11.1
npm: 5.3.0
when I Install the “Hello World” starter reference https://www.gatsbyjs.org/tutorial/part-one/.
npm install --global gatsby
detail output:
root@jileilei-virtual-machine:/home/jileilei/gatsbyjslearn# npm install --global gatsby
/usr/bin/gatsby -> /usr/lib/node_modules/gatsby/dist/gatsby-cli.js
sh: 1: cannot create build_log.txt: Permission denied
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.2 (node_modules/gatsby/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
The text was updated successfully, but these errors were encountered: