node-get-env
node-get-env copied to clipboard
Return `dev`, `prod`, or optional extra environements based on `process.env.NODE_ENV`
Results
2
node-get-env issues
Sort by
recently updated
recently updated
newest added
Hi, Is the `assert` module required at run-time? I get an error if I do not specify it explicitly in my package.json. I've added it as a devDependency as a...
With the following command: `set NODE_ENV=production && webpack` the node_env variable is set to 'production ' which includes a trailing space. This means that the library can't parse this properly....