vi /etc/profile

在末尾添加

export NODE_HOME=/nodejs路径

export PATH=$PATH:$NODE_HOME/bin 

export NODE_PATH=$NODE_HOME/lib/node_modules

 

刷新配置:source /etc/profile

相关文章:

  • 2021-10-17
  • 2022-01-22
  • 2021-12-13
  • 2021-06-19
猜你喜欢
  • 2022-12-23
  • 2022-01-15
  • 2021-05-03
  • 2021-08-15
  • 2021-04-24
相关资源
相似解决方案