meteor package v1.5.12 not available for mac
See original GitHub issuemeteor update shows and error. It’s also true for a brand new application (see minimal example).
Minimal example
meteor create testV1512
cd testV1512
meteor add zenorocha:clipboard
Expected behaviour
meteor adds the package to my application
Actual behaviour
=> Errors while adding packages:
While checking for zenorocha:clipboard@1.5.12:
error: No compatible binary build found for this package. Contact the package author and ask them to publish it for your platform.
Browsers affected
N/A
Issue Analytics
- State:
- Created 7 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
Install | Meteor API Docs
Meteor currently supports OS X, Windows, and Linux. Only 64-bit is supported. Apple M1 is natively supported from Meteor 2.5.1 onward (for older...
Read more >Unable to install meteor via npm · Issue #11863 - GitHub
I checked and indeed there is no binary in my ~/.meteor directory, it contains only packages dir. This happens on osx 11.6.2 with...
Read more >How To Install Meteor on Mac, Windows, & Linux
If you're a Windows user, visit meteor.com/install and download the .exe file. Installing Meteor on Windows is like installing any other kind of...
Read more >Can't install, update or run Meteor after update - Stack Overflow
I came across this problem too. As it turns out it was a permissions problem with meteor installed on my mac ...
Read more >standard-app-packages - Packosphere
v1.0.9•Published 7 years ago. This package has not had recent updates. Please investigate it's current ... Installation. meteor add standard-app-packages ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Thanks @zenorocha
It works, I just had to add this to my client code to access the
Clipboardobject.Awesome 😉