Geert van Dijk

Results 5 comments of Geert van Dijk

Can confirm, having the same issue with a vanilla keystonekjs project. Running on manjaro with node 16.13.1 and 14.16.0.

Is it possible that the autobuilder in dev mode is watching something get compiled, inadvertently triggering itself again?

After trying: `{ "name": "keystone-app", "version": "1.0.1", "private": true, "scripts": { "dev": "keystone dev", "start": "keystone start", "build": "keystone build", "postinstall": "keystone postinstall" }, "dependencies": { "@keystone-6/auth": "^4.0.0", "@keystone-6/core": "^2.1.0",...

Can confirm this works with next 12.2.4, can also confirm to have learned to use "resolutions" instead of "overrides" with yarn. Double thanks!

Had the same, removed node_env from my .env and building was fine. Cryptical, and is manually setting node_env really that evil?