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
When I try to build NPM from source using a locally compiled version v15.0.0-pre, it complains about the version not being higher than 8.
When
Whenever I build from source
Where
npm/cli
How
Current Behavior
NPM Fails to build
Steps to Reproduce
n/a
Expected Behavior
Clone the NPM repo
Run `./configure'
Run ./make
You get the error...
error Gatsby requires Node.js v8 or higher (you have v15.0.0-pre).
Upgrade Node to the latest stable release: https://gatsby.dev/upgrading-node-js
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! npm-cli-docs@0.1.0 build:static: `GATSBY_IS_STATIC=true gatsby build --prefix-paths "echo"`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the npm-cli-docs@0.1.0 build:static script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/jackiegleason/.npm/_logs/2020-05-09T16_42_57_587Z-debug.log
make: *** [htmldocs] Error 1
Workaround
Remove the check from .//docs/node_modules/gatsby/node_modules/gatsby-cli/lib/index.js:
The text was updated successfully, but these errors were encountered:
jrgleason
changed the title
[BUG] <title>
[BUG] error Gatsby requires Node.js v8 or higher (you have v15.0.0-pre).
May 9, 2020
npm v6 is no longer in active development; We will continue to push security releases to v6 at our team's discretion as-per our Support Policy.
If your bug is reproducible on v7, please re-file this issue using our new issue template.
If your issue was a feature request, please consider opening a new RRFC or RFC. If your issue was a question or other idea that was not CLI-specific, consider opening a discussion on our feedback repo
What / Why
When I try to build NPM from source using a locally compiled version
v15.0.0-pre
, it complains about the version not being higher than 8.When
Where
How
Current Behavior
NPM Fails to build
Steps to Reproduce
Expected Behavior
./make
You get the error...
Workaround
Remove the check from
.//docs/node_modules/gatsby/node_modules/gatsby-cli/lib/index.js:
The text was updated successfully, but these errors were encountered: