【发布时间】:2021-11-01 09:36:11
【问题描述】:
当我尝试使用 nvmi 安装某些版本的节点时收到此消息 我严格按照页面中的说明进行操作是行不通的。
Downloading and installing node v14.17.6...
Downloading https://nodejs.org/dist/v14.17.6/node-v14.17.6-linux-x64.tar.xz...
Warning: Failed to create the file
Warning: /home/facundo/.nvm/.cache/bin/node-v14.17.6-linux-x64/node-v14.17.6-li
Warning: nux-x64.tar.xz: Permission denied
curl: (23) Failure writing output to destination
Binary download from https://nodejs.org/dist/v14.17.6/node-v14.17.6-linux-x64.tar.xz failed, trying source.
grep: /home/facundo/.nvm/.cache/bin/node-v14.17.6-linux-x64/node-v14.17.6-linux-x64.tar.xz: No such file or directory
Provided file to checksum does not exist.
Binary download failed, trying source.
Detected that you have 8 CPU core(s)
Running with 7 threads to speed up the build
Downloading https://nodejs.org/dist/v14.17.6/node-v14.17.6.tar.xz...
Warning: Failed to create the file
Warning: /home/facundo/.nvm/.cache/src/node-v14.17.6/node-v14.17.6.tar.xz:
Warning: Permission denied
curl: (23) Failure writing output to destination
Binary download from https://nodejs.org/dist/v14.17.6/node-v14.17.6.tar.xz failed, trying source.
grep: /home/facundo/.nvm/.cache/src/node-v14.17.6/node-v14.17.6.tar.xz: No such file or directory
Provided file to checksum does not exist.
【问题讨论】:
标签: installation terminal ubuntu-20.04 neovim