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 Feb 18, 2024. It is now read-only.
With NPM we can install local packages like this:
npm i /path/to/local-package
. Thelocal-package
is now referenced in the target project like this:Thus local packages can be used without first installing them on github or npm. Does JSPM have a similar feature?
The text was updated successfully, but these errors were encountered: