-
Notifications
You must be signed in to change notification settings - Fork 231
Crashes on Ndb.FileSystem.getMetadata #326
Comments
I've noticed this same error occurs when running I am seeing the crash with Edit: Doing a bit of digging: It looks like Carlo is a wrapper over The dependency tree goes: ... Does any of this information help us at all? ¯\_(ツ)_/¯ probably not Edit 2: There does appear to be a NDB_CARLO_ARGS='{"executablePath":"/foo/bar"}' ndb ./node_modules/.bin/next dev I'm thinking perhaps the revision that My reasoning being that Puppeteer call out in their docs very explicitly that a single version of puppeteer is only guaranteed to work with a specific revision of chromium. And perhaps the |
Was there any solution/workaround for this? I am getting this error all the time :( |
Try this as a workaround. Note it only works for
|
getting this error, the above not working as a workaround |
Steps to reproduce
Tell us about your environment:
When running NDB on a basic Next.js project, it crashes.
package.json:
pages/index.js
Then run
ndb npm run dev
in your console. As soon as you visit the site, Next.js builds that first page and the whole thing crashes:What is the expected result?
It doesn't crash
What happens instead?
It crashes
The text was updated successfully, but these errors were encountered: