npm run build 18.8.0 does not seem to work. It fails with the following message:
[INFO] Downloading https://nodejs.org/v18.8.0/node-v18.8.0.tar.gz ...
[INFO] Downloading failed with HTTP code 404.
This failure also seems to remove the test files, so subsequent npm test runs fail.
Is the build script still intended to be used? If so, it seems like dist/ is missing from the download URL.
npm run build 18.8.0does not seem to work. It fails with the following message:This failure also seems to remove the test files, so subsequent
npm testruns fail.Is the
buildscript still intended to be used? If so, it seems likedist/is missing from the download URL.