22.13 Node.js
更新基本系统
Yarn + Node.js
# freebsd-update fetch install # 必须先更新基本系统
# pkg install yarn # 会自动安装对应版本的 nodejs# cd /usr/ports/www/yarn/
# make install clean # 使用 ports 编译可规避上述问题NPM + Node.js
# pkg install npm # 安装 NPM 包管理器# cd /usr/ports/www/npm/
# make install clean # 使用 ports 编译可以规避上述问题FreeBSD NPM 换源
故障排除与未竟事宜
ld-elf.so.1 错误
最后更新于