-
Notifications
You must be signed in to change notification settings - Fork 333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node v21: rimraf module not found #1367
Comments
That looks like some kind of npm install error. I'm able to do raine[template]% node -v
v21.6.1
raine[template]% npx npm-check-updates
Need to install the following packages:
[email protected]
Ok to proceed? (y)
npm WARN deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs
Checking /Users/raine/projects/ncu-issues/template/package.json
[====================] 2/2 100%
ncu-test-tag 1.0.0 → 1.1.0
ncu-test-v2 ^1.0.0 → ^2.0.0
Run npx npm-check-updates -u to upgrade package.json I would try clearing the |
related, but still not working |
It's not related to #1372, as that change has not been published. |
waiting for the new version to see if it solves the issue |
Does the same problem also occur when you do |
if I'm not mistaken, if a particular package is not already installed, I think this is happening because
to be fair, you (@raineorshine) would most likely already have |
@ZaLiTHkA You're looking at the The new vite build bundles all dependencies in the published package, so the normal dependencies/devDependencies distinction does not apply. |
npm-check-updates
node >= 14.14
when I run
npx npm-check-updates
on Node v21 I gotError: Cannot find module 'node_modules/npm-check-updates/node_modules/rimraf/dist/commonjs/index.js'
The text was updated successfully, but these errors were encountered: