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.

Yarn install fails due to CDN 404 error

See original GitHub issue

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

github_iconTop GitHub Comments

1reaction
fealebenpaecommented, Nov 4, 2018

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.

0reactions
knethcommented, Nov 26, 2018

@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.

Read more comments on GitHub >

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

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