You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has gone three weeks without activity. In another week, I will close it.
But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Backlog or Status: In Progress, I will leave it alone ... forever!
"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀
VERSION
2.11.0
PROBLEM
install.js script uses only lowercase environment variable name:
npm_config_cache
npm_config_cache_folder
npm_config_yarn_offline_mirror
It becomes a problem when you add a Sentry installation script to an existing project which has such UPPER_CASE env.
PROPOSAL
Since NPM parses all
NPM_CONFIG_
* vars and does it case-insensitively install script should support both.The text was updated successfully, but these errors were encountered: