Use specific commit or branch in package.json #3798
Unanswered
angel-garcia-lopez
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Since Capacitor repository is a monorepo, it's not possible to install the packages from github directly. If you want to use a development version you'll have to clone the repo, checkout that branch and install from a local folder like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Since #3638 has been fixed but is not released in npm yet in current 2.4.2, I am looking for a way to use the "2.x" branch or a specific commit like ce6d942 in the "package.json > dependencies" until the next release.
My idea is just to perform a npm install and get it working.
Things I've tried and didn't work:
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions