LoginSignup
26
26

More than 5 years have passed since last update.

Node.jsで環境変数を参照する

Posted at

process.envにいろいろ入ってた

$ node 
> process.env
{ MANPATH: '/hoge/fuga/piyo/man',
  TERM: 'xterm-256color',
  NVM_PATH: '$HOME/.nvm/v0.10.x/lib/node',
  USER: 'takoba',
  PATH: '/hoge/fuga/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/$HOME/bin',
  LANG: 'ja_JP.UTF-8',
...
  _: '$HOME/.nvm/v0.10.x/bin/node' }

26
26
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
26
26