作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试使用以下命令在我的 Mac 上安装 NVM:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
但是,我收到一条错误消息:"syntax error near unexpected `("。下面提供了有关错误日志的更多详细信息。什么是我做错了吗?
VFZ:repo2022 john$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 4934 100 4934 0 0 686 0 0:00:07 0:00:07 --:--:-- 686
bash: line 1: syntax error near unexpected token `('
bash: line 1: `<!-- Copyright (C) 2016 Intel Corporation. All rights reserved. -->'
VFZ:repo2022 john$
系统 - MAC
最佳答案
有一个使用“Rosetta 2”的解决方案从终端:
$ sudo softwareupdate --install-rosetta
使用 curl 安装 NVM(在 NVM 自述文件中找到)
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
然后安装任何 Node 版本(例如安装最新版本)
$ nvm install node
检查 Node 版本
$ node -v
来源:https://dev.to/httpjunkie/setup-node-version-manager-nvm-on-mac-m1-7kl
关于node.js - 如何在 Mac 上安装 NVM,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71846697/
我是一名优秀的程序员,十分优秀!