Should I install node.js on Ubuntu using package manager or from source?

后端 未结 3 1627
北恋
北恋 2021-02-02 10:22

Does anyone know if installing the latest build from source is a risky route to take? Should i just stick with the package manager?

3条回答
  •  不思量自难忘°
    2021-02-02 10:49

    another option is nvm (Node Version Manager) : https://github.com/creationix/nvm

    bonus that it lets you easily switch between versions.

提交回复
热议问题