0
点赞
收藏
分享

微信扫一扫

Ubuntu如何安装Nodejs

早安地球 2022-03-12 阅读 84

需求

wsl装的是ubuntu系统,在打包前端镜像时提示npm找不到,需要安装下NodeJS.

参考资源

https://github.com/nodesource/distributions

操作指令

curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs
举报

相关推荐

0 条评论