admin管理员组文章数量:1303496
I want to install version 14 for an old project that uses that version. I use nvm and all installations from 16 onwards work perfectly.
But, in version 14.20.0 and 14.21.3, it fails and gives me this error:
Usuario@DESKTOP-VMRUVSP MINGW64 ~
$ nvm install 14.21.3
Downloading node.js version 14.21.3 (64-bit)...
Complete
Downloading npm...
Creating C:\Users\Usuario\AppData\Local\Temp\nvm-install-11959995\temp
Downloading npm version 6.14.18... Complete
Installing npm v6.14.18...
error installing 14.21.3: open C:\Users\Usuario\AppData\Local\Temp\nvm-npm-2920922696\npm-v6.14.18.zip: The system cannot find the file specified.
Delete the temporary folders that start with nvm-install and nvm-npm and nothing, it keeps giving the error. So, I don't know what to do.
What do you recommend I do? Thank you
How to install Node version 14
I want to install version 14 for an old project that uses that version. I use nvm and all installations from 16 onwards work perfectly.
But, in version 14.20.0 and 14.21.3, it fails and gives me this error:
Usuario@DESKTOP-VMRUVSP MINGW64 ~
$ nvm install 14.21.3
Downloading node.js version 14.21.3 (64-bit)...
Complete
Downloading npm...
Creating C:\Users\Usuario\AppData\Local\Temp\nvm-install-11959995\temp
Downloading npm version 6.14.18... Complete
Installing npm v6.14.18...
error installing 14.21.3: open C:\Users\Usuario\AppData\Local\Temp\nvm-npm-2920922696\npm-v6.14.18.zip: The system cannot find the file specified.
Delete the temporary folders that start with nvm-install and nvm-npm and nothing, it keeps giving the error. So, I don't know what to do.
What do you recommend I do? Thank you
How to install Node version 14
Share Improve this question asked Feb 10 at 21:09 José Vicente López DelgadilloJosé Vicente López Delgadillo 434 bronze badges 1- Could you clear out everything in your NVM temporary folder? Basically anything with nvm-install-* or nvm-npm-* and try running nvm install 14.21.3 again? – Douglas Korinke Commented Feb 10 at 21:21
1 Answer
Reset to default 0The issue is because in the NVM version 1.2.2 the temporary directory is refered as "tmp" while the old one was "temp", so this issue will be fixed in NVM v1.2.3.
Till the new version is available, you can use the older version of NVM (v1.1.12) Link to download, from this version you can install node 14.21.3.
Thank you
本文标签:
版权声明:本文标题:javascript - Error downloading node 14.21.314.20.0 with NVM. The system cannot find the file specified - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741690183a2392674.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论