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
At the moment use.js itself is sandboxed when --experimental-network-imports is used. Meaning no npm resolver available. If we can give enough access for use.js itself it might be able to use default npm resolver on server that will allow to use all server (native) npm.js packages.
At the moment
use.js
itself is sandboxed when--experimental-network-imports
is used. Meaning nonpm
resolver available. If we can give enough access foruse.js
itself it might be able to use defaultnpm
resolver on server that will allow to use all server (native) npm.js packages.Example is here:
nodejs/node#48591 (comment)
The text was updated successfully, but these errors were encountered: