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
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Right, that's unfortunately just not going to work, node is a different beast with different requirements from bash. If you want environment variables from that subshell you will have to do some extra work, something like:
In bash, I can execute
sh ~/.profile
can change my environment. But I execute below code in nodejs not change myprocess.env
The text was updated successfully, but these errors were encountered: