-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Failed at the [email protected] preinstall script './scripts/download' #1436
Comments
same |
i have it. |
How to fix this on windows? I added curl to environment path, didn't fix the issue? Edit: Never mind, its a bash script will try on linux. |
it happens when download file from github ,I fixed it by export in .bashrc. |
Having the same problem, anyone know a fix? |
when download file from github ,it use curl ,so be sure that your curl is ok |
sudo apt install curl |
same issue on ubantu 16 |
I think this issue comes from the used node/npm version |
same issue on Ubuntu 17.10 x64 |
Same issue on centos 6.9 any idea ? |
Same issue on ubuntu14,anyone tell me how to fix it |
Same issue win 7 |
I have encountered this problem。 Just using flowing command:
|
Still same issue on windows 10. Anyone has a work around. |
anyone can help, same issue on win 10 even I tried with command suggested from @rohitpratapitm :( |
我也尝试了npm install -g --unsafe-perm=true bitcore 可是还是遇到相同的问题 |
@Guanyuhao worked for me, cheers ! |
-edit-
The issue seems to be with the bitcore-node NPM module concerning unsupported i686 architecture. There seems to be a proposed fix, but it has yet to be merged. (bitpay/bitcore-node#486)
I cannot get Bitcore to install on Ubuntu or Whonix. I have successfully gotten it to install on Centos 7 and have finished development of my project, but I would like to deploy on a Debian distro rather than Red Hat. For some reason, NPM will not install Bitcore on the Debian distros specified above. Below are the exact steps that I am performing on a fresh OS install via Virtual Box.
First we have to install NVM, which is a Node.js version manager. Bitcore is reportedly only compatible with Node.js version 4.6.0. We will use NVM to install that version.
https://github.com/creationix/nvm#install-script
sudo apt-get install git-all
sudo curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash
At this point, close and reopen your terminal so that NVM will be detected. To verify NVM has been installed, do..
command -v nvm
Which should output ‘nvm’. Next we’ll install bitcore.
https://bitcore.io/guides/full-node/
nvm install v4.6.0
sudo apt-get install libzmq3-dev build-essential
npm install -g bitcore
Below is the output that I am getting.
`user@host:~$ npm install -g bitcore
If any other info is needed, I will do my best to provide it.
The text was updated successfully, but these errors were encountered: