meteor-desktop
meteor-desktop copied to clipboard
Error: No such version [email protected] and [email protected]
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.
- cd /your/meteor/app
- meteor npm install --save-dev @meteor-community/meteor-desktop
- meteor add-platform ios # or android
- 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