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
Certain Node.js core modules are reflected in npm by the eponymous package. These usually support use in browsers, e.g., url and util. Consider linking these packages implicitly if a package has a module that depends on them. One factor to consider is where these packages would reside, since they would have to be embedded in mr to have a reliably location relative to any installed package. Otherwise, we could provide a warning at run-time instructing the user to install the dependency with npm in the application package or convince the package depending upon the module to include it in their own dependencies.
The text was updated successfully, but these errors were encountered:
Certain Node.js core modules are reflected in npm by the eponymous package. These usually support use in browsers, e.g.,
url
andutil
. Consider linking these packages implicitly if a package has a module that depends on them. One factor to consider is where these packages would reside, since they would have to be embedded inmr
to have a reliably location relative to any installed package. Otherwise, we could provide a warning at run-time instructing the user to install the dependency with npm in the application package or convince the package depending upon the module to include it in their own dependencies.The text was updated successfully, but these errors were encountered: