最終更新:2024-04-24 (水) 13:49:28 (11d)  

nodenv global
Top / nodenv global

  • system

メモ

  • systemになっててNode.jsをシステムに入れてないとnot foundとなる

help

  • Usage: nodenv global <version>
    
    Sets the global Node version. You can override the global version at
    any time by setting a directory-specific version with `nodenv local'
    or by setting the `NODENV_VERSION' environment variable.
    
    <version> should be a string matching a Node version known to nodenv.
    The special version string `system' will use your default system Node.
    Run `nodenv versions' for a list of available Node versions.

関連

  • nodenv local?