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
Describe the bug
I get an error when I try to run a local Gatsby version of the website.
> [email protected] serve
> gatsby serve
failed We've encountered an error: Minified React error #31; visit
https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=Error%3A%20ENOENT%3A%20no%20such%20file%20or%20directory%2C%20open%20'%2Fhome%2Fpim%2FcForks%2Fnickel-lang.org%2F.cache%2Fmatch-paths.json' for the full message or use the non-minified
dev environment for full errors and additional helpful warnings.
To Reproduce
nix develop
npm install
npm serve
**Expected behavior**
running Gatsby server
**Environment**
- Nix 23.05
- Version of the code:
The text was updated successfully, but these errors were encountered:
Hi, I just tested the latest version master (50bf8bc), running the following commands:
$ nix develop
$ npm install
$ npm run serve
> [email protected] serve
> gatsby serve⠀You can now view nickel-lang.org in the browser.⠀ http://localhost:9000/
It seems to work here, and npm is the one from the shell (v9.6.7). Do you still encounter this issue?
Describe the bug
I get an error when I try to run a local Gatsby version of the website.
To Reproduce
The text was updated successfully, but these errors were encountered: