Fedora环境下Node.js快速起步
安装Node.js
sudo dnf install nodejssudo dnf install nodejs --releasever=24sudo dnf install nodejs --releasever=25Node.js模块
sudo dnf install nodejs-<module-name>sudo dnf install 'npm(module-name)'sudo dnf install nodejs-express通过npm安装模块
通过dnf使用安装的模块
参考
Last updated