Skip to content

Instantly share code, notes, and snippets.

@a1300
Created September 15, 2019 08:51
Show Gist options
  • Save a1300/fac2229c8cb2623f9c2f86527c7f7388 to your computer and use it in GitHub Desktop.
Save a1300/fac2229c8cb2623f9c2f86527c7f7388 to your computer and use it in GitHub Desktop.
Remove a dependencies from a lernajs package
  1. Manually remove e.g. express from @org-name/package-name/package.json
  2. Run: lerna bootstrap --scope @org-name/package-name --no-ci --force-local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment