You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
I gave it another try, after clearing out the node_modules folder and re-installing using the @meteor-community/meteor-desktop. Managed to get through the npm run desktop -- init command and past the no such version errors, and it actually seems to be trying to build the desktop executable. New errors are the following:
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.
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
The text was updated successfully, but these errors were encountered: