Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
简单的问题等待简单的指令,可能是 Ctrl+Ced Ctrl+Ved。希望堆栈溢出将帮助我简单地安装 Node.JS。
# Add repository for Node.js 13.x. curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash - # Install Node.js 13.x. sudo apt-get install -y nodejs