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
While working on Nixifying the project, I ran into next.js writing to write next-env.d.ts every time yarn dev is run
$ ./result/bin/yarn dev yarn run v1.22.15
$ next devready - started server on 0.0.0.0:3000, url: http://localhost:3000info - Using webpack 5. Reason: Enabled by default https://nextjs.org/docs/messages/webpack5[Error: EACCES: permission denied, open '/nix/store/pdr3r2zgfn4nag3ycq8pbl2dgbx8hgaa-witness-0.1.0/next-env.d.ts'] { errno: -13, code: 'EACCES', syscall: 'open', path: '/nix/store/pdr3r2zgfn4nag3ycq8pbl2dgbx8hgaa-witness-0.1.0/next-env.d.ts'}error Command failed with exit code 1.info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
While working on Nixifying the project, I ran into next.js writing to write
next-env.d.ts
every timeyarn dev
is runThis was reported upstream in vercel/next.js#26533 and fixed in vercel/next.js#28206
The text was updated successfully, but these errors were encountered: