Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

The ability to install local packages? #965

Open
oleersoy opened this issue Aug 30, 2016 · 2 comments
Open

The ability to install local packages? #965

oleersoy opened this issue Aug 30, 2016 · 2 comments

Comments

@oleersoy
Copy link

With NPM we can install local packages like this:
npm i /path/to/local-package. The local-package is now referenced in the target project like this:

  "dependencies": {
    "local-package": "file:///full/path/to/local-package",

Thus local packages can be used without first installing them on github or npm. Does JSPM have a similar feature?

@guybedford
Copy link
Member

You can do this via jspm link /path/to/package but in jspm 0.17 only.

@oleersoy
Copy link
Author

oleersoy commented Sep 6, 2016

Sweet - I just read up on that. Could jspm link be aliased to jspm i (In order to maintain symmetry with npm)?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants