-
Notifications
You must be signed in to change notification settings - Fork 27.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
8.0.0-canary.14 bug #6136
Comments
@steida that's interesting, could you provide a reproduction? As the tests passed just fine. Really curious to see what's going on here. |
Possibly related: https://twitter.com/wSokra/status/1087992291548164103 |
It really is 😲 I tried suggested fix: Add "acorn": "^6.0.5", (need to purge node_modules then), and it works. It happens in https://github.com/este/este/tree/e92ebee8ca75967903a74820e1cc504a3afee15a. So I am closing it. Temp fix is weird but working. |
@steida we'll add acorn to Next.js's deps to be on the safe-side of things for when we launch v8. |
Related #6167 |
For my case, I just remove node_modules and package-lock.json and run |
Updated from 8.0.0-canary.10 with this result:
The text was updated successfully, but these errors were encountered: