Meteor-Community-Packages / meteor-desktop

Build a Meteor's desktop client with hot code push.
MIT License
37 stars 11 forks source link

Error: No such version meteor-desktop-bundler@3.2.1 and meteor-desktop-watcher@3.2.1 #42

Open JefeAnde opened 2 weeks ago

JefeAnde commented 2 weeks ago

Describe the bug

Fails on Step 4: npm run desktop -- init

While adding package communitypackages:meteor-desktop-watcher@=3.2.1: error: no such version communitypackages:meteor-desktop-watcher@3.2.1

While adding package communitypackages:meteor-desktop-bundler@=3.2.1: error: no such version communitypackages:meteor-desktop-bundler@3.2.1

To Reproduce

Walk through the steps in the Readme.

  1. cd /your/meteor/app
  2. meteor npm install --save-dev @meteor-community/meteor-desktop
  3. meteor add-platform ios # or android
  4. npm run desktop -- init

Fails on Step 4: npm run desktop -- init

It appears it is using the Meteor Desktop Package version (3.2.1) to add the same specified version of

https://packosphere.com/communitypackages/meteor-desktop-bundler shows version 3.2.0 https://packosphere.com/communitypackages/meteor-desktop-watcher shows version 3.2.0

github-actions[bot] commented 2 weeks ago

Thank you for submitting this issue!

We, the Members of Meteor Community Packages take every issue seriously. Our goal is to provide long-term lifecycles for packages and keep up with the newest changes in Meteor and the overall NodeJs/JavaScript ecosystem.

However, we contribute to these packages mostly in our free time. Therefore, we can't guarantee your issues to be solved within certain time.

If you think this issue is trivial to solve, don't hesitate to submit a pull request, too! We will accompany you in the process with reviews and hints on how to get development set up.

Please also consider sponsoring the maintainers of the package. If you don't know who is currently maintaining this package, just leave a comment and we'll let you know

minhna commented 1 day ago

I had the same problem.

StorytellerCZ commented 17 hours ago

Published v3.3.0 of everything. Please check if that helps.