Yarn install fails due to CDN 404 error
See original GitHub issueMac OSX High Sierra
Yarn installer
command yarn add realm --save
This is an issue once again. Please reopen it. I’m getting this
node-pre-gyp http 404 https://static.realm.io/node-pre-gyp/2.18.0/realm-v2.18.0-node-v64-darwin-x64.tar.gz
node-pre-gyp WARN Tried to download(404): https://static.realm.io/node-pre-gyp/2.18.0/realm-v2.18.0-node-v64-darwi
n-x64.tar.gz
node-pre-gyp WARN Pre-built binaries not found for realm@2.18.0 and node@10.11.0 (node-v64 ABI, unknown) (falling
back to source compile with node-gyp)
node-pre-gyp http 404 status code downloading tarball https://static.realm.io/node-pre-gyp/2.18.0/realm-v2.18.0-no
de-v64-darwin-x64.tar.gz```
_Originally posted by @mjstelly in https://github.com/realm/realm-js/issue_comments#issuecomment-435476244_
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
yarn install throw error request failed \"404 Not found"
Deleting yarn.lock and running yarn may result in a lot of packages being upgraded, and possibly other configuration issues.
Read more >Build troubleshooting tips - Netlify Docs
Find troubleshooting tips for failing builds, learn how to address certain build errors, and access additional support resources.
Read more >eslint | Yarn - Package Manager
A bug fix in a rule that results in ESLint reporting fewer linting errors. A bug fix to the CLI or core (including...
Read more >Issues trying to install live server. - Salesforce Developers
Hello all, I keep getting this when trying to install live server. PS C:\Windows\system32> sfdx plugins:install @salesforce/lwc-dev-server ...
Read more >Setup | TensorFlow.js
<script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs@2.0.0/ ... You can use either the npm cli tool or yarn to install TensorFlow.js.
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
That’s because you’re trying to install on Node.js 10, which realm-js doesn’t support yet. However, I’m happy to say that thanks to @kneth we’ll be able to soon fix this: https://github.com/realm/realm-js/pull/2092.
@liukaixin01 version 2.2.14 in March 2018 which predates Node 10 (release April 2018). Use either Node 8 or update to Realm 2.2.20.