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
One problem is that the native import() doesn't allow a version specifier, so if the consumer project has a version of pkg-a available, npxImport('[email protected]') will use it even if it doesn't match versoin 1.2.3. That's probably something we should warn on...
The text was updated successfully, but these errors were encountered:
One problem is that the native
import()
doesn't allow a version specifier, so if the consumer project has a version ofpkg-a
available,npxImport('[email protected]')
will use it even if it doesn't match versoin1.2.3
. That's probably something we should warn on...The text was updated successfully, but these errors were encountered: