sleepykev.
sleepykev.
CDCloudflare Developers
Created by Charles-Axel on 7/5/2023 in #pages-help
Node not downloading in pages builds
I also had a similar issue with node 17 and although it took ~9 minutes to download, it did eventually work on a nextjs project. A manual download using the link printed was < 5 seconds for me (~42mb)
20:51:53.099 Success: Finished cloning repository files
20:51:54.712 Detected the following tools from environment: [email protected], [email protected]
20:51:54.712 Installing nodejs 17.3.0
20:52:01.880 Trying to update node-build... ok
20:52:02.549 Downloading node-v17.3.0-linux-x64.tar.gz...
20:52:02.549 -> https://nodejs.org/dist/v17.3.0/node-v17.3.0-linux-x64.tar.gz
21:01:00.541
21:01:00.542 WARNING: node-v17.3.0-linux-x64 is in LTS Maintenance mode and nearing its end of life.
21:01:00.542 It only receives *critical* security updates, *critical* bug fixes and documentation updates.
21:01:00.542
21:01:00.542 Installing node-v17.3.0-linux-x64...
21:01:02.111 Installed node-v17.3.0-linux-x64 to /opt/buildhome/.asdf/installs/nodejs/17.3.0
21:01:02.112
21:01:04.054 Preparing [email protected] for immediate activation...
21:01:05.332 Installing project dependencies: pnpm install
21:01:06.404 Lockfile is up to date, resolution step is skipped
21:01:06.445 Progress: resolved 1, reused 0, downloaded 0, added 0
21:01:06.562 Packages: +517
20:51:53.099 Success: Finished cloning repository files
20:51:54.712 Detected the following tools from environment: [email protected], [email protected]
20:51:54.712 Installing nodejs 17.3.0
20:52:01.880 Trying to update node-build... ok
20:52:02.549 Downloading node-v17.3.0-linux-x64.tar.gz...
20:52:02.549 -> https://nodejs.org/dist/v17.3.0/node-v17.3.0-linux-x64.tar.gz
21:01:00.541
21:01:00.542 WARNING: node-v17.3.0-linux-x64 is in LTS Maintenance mode and nearing its end of life.
21:01:00.542 It only receives *critical* security updates, *critical* bug fixes and documentation updates.
21:01:00.542
21:01:00.542 Installing node-v17.3.0-linux-x64...
21:01:02.111 Installed node-v17.3.0-linux-x64 to /opt/buildhome/.asdf/installs/nodejs/17.3.0
21:01:02.112
21:01:04.054 Preparing [email protected] for immediate activation...
21:01:05.332 Installing project dependencies: pnpm install
21:01:06.404 Lockfile is up to date, resolution step is skipped
21:01:06.445 Progress: resolved 1, reused 0, downloaded 0, added 0
21:01:06.562 Packages: +517
Looking at the other comments, perhaps I should try moving to node 18 or above.
29 replies