Skip to content

Bundles generated in development version cause "No matching version found for" errors - How to correctly do bundles on development? #893

Answered by hlxid
MTRNord asked this question in Q&A
Discussion options

You must be logged in to vote

This is a problem specific to the twitch services, other services work fine.
All twitch services depend on the utility package nodecg-io-twitch-auth and the package.json of each service depends on the latest development version (currently 0.3.0). When installing the packages for these services using tarballs, npm is able to get the service package but that still points to version 0.3.0 of the util package which npm tries to get from the npm registry.
This fails because the package has not been published yet and the service package should depend on the tarball of the util package.

Your workaround with overrides is fine for now but we definitely should patch the package.json file of the twi…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@MTRNord
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by MTRNord
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants