Library is unavailable
See original GitHub issuethe latest version was not properly published to npm
npm install @google-cloud/pubsub@^2.19.0
tries to install 2.19.2
but fails with
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@google-cloud/pubsub/-/pubsub-2.19.2.tgz - Not found
npm ERR! 404
npm ERR! 404 '@google-cloud/pubsub@https://registry.npmjs.org/@google-cloud/pubsub/-/pubsub-2.19.2.tgz' is not in this registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
interestingly 2.19.1 is available for download here https://registry.npmjs.org/@google-cloud/pubsub/-/pubsub-2.19.1.tgz but https://registry.npmjs.org/@google-cloud/pubsub/-/pubsub-2.19.2.tgz gives a 404. while on npm 2.19.1 does not show up in the versions section
Issue Analytics
- State:
- Created a year ago
- Reactions:24
- Comments:13
Top Results From Across the Web
Library unavailable - EAGLE Community - Autodesk Forums
In the Library Manager under the "In Design" tab several of the libraries show a warning about the libraries being unavailable.
Read more >Library unavailable when defining drive - IBM
Answer. The correct way to define libraries and drives in a TSM Server is the following: 1-DEFINE LIBRARY. DEFINE LIBRARY <library_name>.
Read more >Why is my library say unavailable? : r/PleX - Reddit
I am assuming you have empty trash turned off under Settings->Library. What you are seeing is the episode entries still have a reference...
Read more >Some libraries are unavailable due to unsupported library ...
Some libraries are unavailable due to unsupported library ... Now go to C:\users\YourUserName\AppData\Roaming\Microsoft\Windows\Libraries.
Read more >Library unavailable error - Sketch Talk
Hi guys, I receive library unavailable error while the library is apparently linked. Any thoughts on this?
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 FreeTop 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
Top GitHub Comments
Guys, the version 2.19.0 works !
npm install @google-cloud/pubsub@2.19.0
oryarn add @google-cloud/pubsub@2.19.0
It looks like this is working for everyone? Please feel free to comment if it’s still causing problems.
Also thanks to everyone for jumping in and giving workarounds 😃