Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yarn install fails due to CDN 404 error #2095

Closed
mjstelly opened this issue Nov 2, 2018 · 7 comments
Closed

Yarn install fails due to CDN 404 error #2095

mjstelly opened this issue Nov 2, 2018 · 7 comments

Comments

@mjstelly
Copy link

mjstelly commented Nov 2, 2018

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_
@mjstelly mjstelly changed the title This is an issue once again. Please reopen it. I'm getting this Yarn install fails due to CDN 404 error Nov 2, 2018
@fealebenpae
Copy link
Member

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: #2092.

@realm-probot
Copy link

realm-probot bot commented Nov 4, 2018

Hey - looks like you forgot to add a T:* label - could you please add one?

@mjstelly
Copy link
Author

mjstelly commented Nov 4, 2018

Thanks @fealebenpae. I'm new to the project which uses realm. I just did a standard npm install without realizing the node requirement. I appreciate the help!

@kaixinfu
Copy link

I'm also have same issue in node@10.13.0,but fixed use node @9.8.0

@kneth
Copy link
Member

kneth commented Nov 23, 2018

@liukaixin01 v2.19.0 and v2.20.0 have node 10 support. Which version of Realm do you use?

@kaixinfu
Copy link

@kneth "realm": "2.2.14"

@kneth
Copy link
Member

kneth commented 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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants