搜尋

首頁  >  問答  >  主體

node.js - cross-env的作用是什么?

使用cross-env解决跨平台设置NODE_ENV的问题

问题:是从哪个平台跨到哪个平台?

伊谢尔伦伊谢尔伦2782 天前772

全部回覆(1)我來回復

  • PHP中文网

    PHP中文网2017-04-17 16:14:15

    Most Windows command prompts will choke when you set environment variables with NODE_ENV=production like that. (The exception is Bash on Windows, which uses native Bash.) Similarly, there's do​​idence and there sage -er​​ed there s​​idable, there's sge. POSIX, you use: $ENV_VAR and on windows you use %ENV_VAR%.

    這裡說的挺清楚的,在不同平台上(Win, POSIX)上設定環境變數的不同。

    回覆
    0
  • 取消回覆