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

Can't npm install 0.18 #1801

Closed
amitaibu opened this issue Sep 16, 2018 · 5 comments
Closed

Can't npm install 0.18 #1801

amitaibu opened this issue Sep 16, 2018 · 5 comments

Comments

@amitaibu
Copy link

As of the past few couple of hours I see this error upon npm install elm@~0.18.0:

(node:31854) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
npm WARN deprecated hoek@2.16.3: The major version is no longer supported. Please update to 4.x or newer

> elm@0.18.0 install /Users/itama/Sites/jp/node_modules/elm
> node install.js

Error communicating with URL https://dl.bintray.com/elmlang/elm-platform/0.18.0/darwin-x64.tar.gz Error: unable to verify the first certificate
npm WARN enoent ENOENT: no such file or directory, open '/Users/itama/Sites/jp/package.json'
npm WARN jp No description
npm WARN jp No repository field.
npm WARN jp No README data
npm WARN jp No license field.
npm ERR! Darwin 15.6.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "elm@~0.18.0"
npm ERR! node v6.10.0
npm ERR! npm  v3.10.10
npm ERR! code ELIFECYCLE

npm ERR! elm@0.18.0 install: `node install.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the elm@0.18.0 install script 'node install.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the elm package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node install.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs elm
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls elm
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/itama/Sites/jp/npm-debug.log
@anvmn
Copy link

anvmn commented Sep 16, 2018

Error communicating with URL https://dl.bintray.com/elmlang/elm-platform/0.18.0/darwin-x64.tar.gz Error: unable to verify the first certificate

Seems as a certificate problem...

@amitaibu
Copy link
Author

Seems that it's working for us now, so closing

@7er
Copy link

7er commented Apr 12, 2021

Error decompressing linux-x64.tar.gz Error: incorrect header check
Downloading Elm binaries from https://dl.bintray.com/elmlang/elm-platform/0.18.0/linux-x64.tar.gz

Seems that bintray.com is disapearing:
"Schedule brown-out session on April 12th 6AM to 2PM Pacific Daylight Time"

https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

@michaelmausler
Copy link

Not sure if there is another issue for this already opened, if not can this be re-opened? I'm receiving the same incorrect header check message as stated above for both linux and darwin releases.

@michaelmausler
Copy link

Solutions here for anyone who finds this issue first https://discourse.elm-lang.org/t/psa-old-elm-binary-downloads-now-gone/7319

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants