install gatsby for first time receiving npm warn #30711
Replies: 7 comments
-
i wanna work on this |
Beta Was this translation helpful? Give feedback.
-
I'm also getting the same error Is this a global outage with NPM? |
Beta Was this translation helpful? Give feedback.
-
Intersting well glad to know I'm now the only one lol. |
Beta Was this translation helpful? Give feedback.
-
I can't boot my project at all due to this issue, hopefully this gets fixed |
Beta Was this translation helpful? Give feedback.
-
I downgraded my nodejs to version 14 and it works pretty well |
Beta Was this translation helpful? Give feedback.
-
So it looks to be an issue with node version 15 then. |
Beta Was this translation helpful? Give feedback.
-
Node 15 uses npm 7 which has messed up peerDependency tracking (and thus introduced the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
installing gatsby for first time getting some weird npm warns
node version is 15.12.0
npm version 7.7.5
gatsby -v shows Gatsby CLI version: 3.1.0
this is the error
brandonbrown@Brandons-MacBook-Air ~ % npm install -g gatsby-cli
npm WARN ERESOLVE overriding peer dependency
npm WARN Found: [email protected]
npm WARN node_modules/gatsby-cli/node_modules/graphql
npm WARN graphql@"^15.4.0" from [email protected]
npm WARN node_modules/gatsby-cli/node_modules/gatsby-recipes
npm WARN gatsby-recipes@"^0.12.0" from [email protected]
npm WARN node_modules/gatsby-cli
npm WARN 2 more (@graphql-tools/schema, @graphql-tools/utils)
npm WARN
npm WARN Could not resolve dependency:
npm WARN peer graphql@"^14.4.1" from [email protected]
npm WARN node_modules/gatsby-cli/node_modules/express-graphql
npm WARN express-graphql@"^0.9.0" from [email protected]
npm WARN node_modules/gatsby-cli/node_modules/gatsby-recipes
npm WARN deprecated @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/[email protected]: Moved to 'npm install @sideway/address'
npm WARN deprecated @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/[email protected]: Switch to 'npm install joi'
added 575 packages, and audited 576 packages in 18s
105 packages are looking for funding
run
npm fund
for detailsi did open vscode and gatsby new seems to work just fine so I dont know
Beta Was this translation helpful? Give feedback.
All reactions