question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

meteor package v1.5.12 not available for mac

See original GitHub issue

meteor 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:closed
  • Created 7 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
welelaycommented, Jun 20, 2016

Thanks @zenorocha

It works, I just had to add this to my client code to access the Clipboard object.

import Clipboard from 'clipboard';
0reactions
zenorochacommented, Jun 20, 2016

Awesome 😉

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found