better-npm-run
better-npm-run copied to clipboard
Not working on macOS
I have a macOS Sierra on which I made a simple test script that only does console.log(process.env)
I only get env variables that are prepended, e.g. npm_package_betterScripts_build_env_PRODUCTION_URL_PREFIX
I've also tried this on an Ubuntu machine, and it works fine (meaning I also see the unprefixed ENV variable, not sure why the prefixed one is needed though). Both run on node v6.10.3, better-npm-run v0.0.15
@mihaibogdan10 just released new minor, can you try to see if the issue is still happening?
@benoror still does not work for MacOS
@benoror still does not work for MacOS
how so?
I'm seeing the same thing on 10.14.3. The prepended version shows up in process.env
but the real version shows up undefined.