-
Notifications
You must be signed in to change notification settings - Fork 276
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 Initialize New Project w/ Next.js & nextjs-styleguide #1825
Comments
I am running into the same issue even after applying the fix with adding the .trim(). Is there any update on this? |
Hi @bnmn1895, what version of jss are you using? The fix for this issue is part of v22.1.0. |
I tried following the docs so I guess it still was v21.x. |
I see the same problem with JSS 22.2.1 on my MacBook Pro with a M1 chip. Replacing |
hey @larserhardsen thanks for providing the workaround. |
Describe the Bug
It is currently impossible to initialize and start a new JSS project on a Macbook with an Apple Silicon chip, using Next.js and the nextjs-styleguide boilerplate.
To Reproduce
nextjs-styleguide
addon initializer in the last step:cd nextjs
to navigate into the project directorynpm run start
to start the projectThis results in:
Expected Behavior
Given this is a fresh installation, the app should run without erroring/crashing.
Possible Fix
No response
Provide environment information
The text was updated successfully, but these errors were encountered: