jspm / registry

The jspm registry and package.json override service
https://jspm.io
229 stars 256 forks source link

How to only unlink a local package #982

Open lmj0011 opened 7 years ago

lmj0011 commented 7 years ago

There is no instruction on how to unlink a local package. What's the command to do so, or does jspm install --unlink do that?

Use jspm install --unlink to replace a linked install with the published package

What if there's no published package

http://jspm.io/docs/linking.html

guybedford commented 7 years ago

You could just use jspm uninstall here.