-
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
Cannot run Gatsby on Mac #26812
Comments
I'm also getting this same error w/ any cli command. gatsby-cli v2.12.92 |
I'm having the same issue running any cli command, even gatsby --version |
Please provide some more information like versions of your gatsby-cli, node, npm & operating system. I've run |
This seems related to uuidjs/uuid#488 (comment) - please post your Node version. (with |
The bump to v8 as applied in #26636 gave us no benefits and are giving problems with imports in certain cases. Maintainers have made it clear they won't offer any support for node 13, which we will want to support for a while as well. In due time we'll replace this library with something simpler as the maintenance burden will be too high. For now we revert and pin to 3.4.0, the last stable version that does what we want. Fixes #26812
The bump to v8 as applied in #26636 gave us no benefits and are giving problems with imports in certain cases. Maintainers have made it clear they won't offer any support for node 13, which we will want to support for a while as well. In due time we'll replace this library with something simpler as the maintenance burden will be too high. For now we revert and pin to 3.4.0, the last stable version that does what we want. Fixes #26812
…s#26824) The bump to v8 as applied in gatsbyjs#26636 gave us no benefits and are giving problems with imports in certain cases. Maintainers have made it clear they won't offer any support for node 13, which we will want to support for a while as well. In due time we'll replace this library with something simpler as the maintenance burden will be too high. For now we revert and pin to 3.4.0, the last stable version that does what we want. Fixes gatsbyjs#26812
Description
Gatsby cli fails with the following errors
Steps to reproduce
Run any Gatsby command
Clear steps describing how to reproduce the issue. Please please please link to a demo project if possible, this makes your issue much easier to diagnose (seriously).
How to Make a Minimal Reproduction: https://www.gatsbyjs.org/contributing/how-to-make-a-reproducible-test-case/
Create a new Gatsby project.
What should happen?
Just the above errors.
What happened.
Mac OS Mojave
Run
gatsby info --clipboard
in your project directory and paste the output here.Same errors as described above.
The text was updated successfully, but these errors were encountered: