Cloudflare Pages Node/Yarn versions
I spent an hour today debugging this error which occurs when deploying a Github repo to Cloudflare Pages:
07:50:42.633 Success: Finished cloning repository files
07:50:43.436 Detected the following tools from environment: yarn@3.6.3, nodejs@18.17.1
07:50:43.438 Installing project dependencies: yarn
07:50:44.208 ➤ YN0070: Migrating from Yarn 1; automatically enabling the compatibility node-modules linker 👍
07:50:44.211
07:50:44.264 ➤ YN0000: ┌ Resolution step
07:50:48.645 ➤ YN0032: │ fsevents@npm:2.3.3: Implicit dependencies on node-gyp are discouraged
07:50:52.853 ➤ YN0000: └ Completed in 8s 590ms
07:50:52.879 ➤ YN0000: ┌ Post-resolution validation
07:50:52.879 ➤ YN0028: │ The lockfile would have been modified by this install, which is explicitly forbidden.
07:50:52.880 ➤ YN0000: └ Completed
07:50:52.880 ➤ YN0000: Failed with errors in 8s 618ms
It...