is there an virtual environment for node.js?

前端 未结 7 1866
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-07 08:06

I\'ve searched the wiki modules page, but I can\'t find anything similar to virtualenv (python) or rvm.

Anyone here separates node.js in their own env? I really don

相关标签:
7条回答
  • 2020-12-07 08:58

    looks there is a better way:

    Installing Node.js and npm into a Python Virtualenv

    now I can use node tools without mess the global bin environment

    0 讨论(0)
提交回复
热议问题