not found on npmjs.com
See original GitHub issuewhen I install:
npm install react-native-bluetooth-classic --save
I have
npm ERR! code E404
npm ERR! 404 Not Found: react-native-bluetooth-classic@latest
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Getting 404 when attempting to publish new package to NPM
I was getting this error in a CI workflow, so no interactive login or things related. Existing packages were working correctly, but adding...
Read more >npm publish 404 Not Found - PUT · Issue #1637 · npm/cli
Here it's about npm publishing package in CI, and it's not solved for ... 404 Not Found - PUT https://registry.npmjs.org/g1link - Not found...
Read more >Surviving the npm ERR! 404 with private packages
Private packages are npm packages that are not accessible to everyone, but only to members of a specific organization that have access rights....
Read more >Common errors
Broken npm installation; Random errors; No compatible version found ... SSL error; SSL-intercepting proxy; Not found / Server error; Invalid JSON ...
Read more >(Solved) npm ERR! code E404 while working with Power ...
STEP 1 : run below commands to solve this issue. npm config set registry http://registry.npmjs.org STEP 2 : run below command next npm...
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
Yes. I am planning too. I’ll be honest I’ve just been lazy and picky. I also wanted to get some things done before it’s posted. I’ll try to get the current implementation to npm when we land and get settled (traveling at the moment). I was just super picky and didn’t want to post something with a lot of bugs.
Thanks for the comment. I appreciate it.
Hi Ken!
Have you thought about posting this library to npm yet? I’m using it in a project and it is definitely an upgrade to react-native-bluetooth-serial as it also implements the iOS external accessory framework. Creating an actual build with the app with this library is currenty a bit difficult as I’ve yet to figure out how to add a local package to an automated build configuration such as with Visual Studio App Center.
Haven’t found any issues yet in implementing this to our project, it works a lot better than bluetooth-serial did. Keep up the good work!