better-npm-run icon indicating copy to clipboard operation
better-npm-run copied to clipboard

Not working on macOS

Open mihaibogdan10 opened this issue 7 years ago • 4 comments

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 avatar May 19 '17 13:05 mihaibogdan10

@mihaibogdan10 just released new minor, can you try to see if the issue is still happening?

benoror avatar Jul 31 '17 15:07 benoror

@benoror still does not work for MacOS

kobvel avatar Mar 28 '18 10:03 kobvel

@benoror still does not work for MacOS

how so?

benoror avatar Mar 28 '18 17:03 benoror

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.

mcmillion avatar Feb 02 '19 01:02 mcmillion