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 makes it impossible to use socket npm as a drop in replacement if you configure NODE_OPTIONS globally, since any such kind of configuration is ignored.
Imo Socket should include globally set options in addition to it's own additions - it shouldn't replace them entirely.
To demo, in package.json:
Running npm directly:
Running with socket-cli:
This makes it impossible to use
socket npmas a drop in replacement if you configure NODE_OPTIONS globally, since any such kind of configuration is ignored.Imo Socket should include globally set options in addition to it's own additions - it shouldn't replace them entirely.