meteor-desktop icon indicating copy to clipboard operation
meteor-desktop copied to clipboard

Error: No such version [email protected] and [email protected]

Open JefeAnde opened this issue 5 months ago • 3 comments

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:[email protected]

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

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

  • communitypackages:meteor-desktop-watcher
  • communitypackages:meteor-desktop-bundler

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

JefeAnde avatar Aug 29 '24 23:08 JefeAnde