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

install remixd failed, looks like some depandency not installable #504

Closed
evaon1017 opened this issue Mar 24, 2018 · 4 comments
Closed

install remixd failed, looks like some depandency not installable #504

evaon1017 opened this issue Mar 24, 2018 · 4 comments

Comments

@evaon1017
Copy link

this is a clean computer, win10 64bit, and after code on remix online ide, I want to do some source control, then I found remixd that can let remix access local file system.

but install is not easy, i am not familier with nodejs, so please someone help me findout why I can't install remixd.

ps. I tried install Python latest stable, not work...

please reference the
2018-03-24T09_16_49_512Z-debug.log

i found:
verbose stack Error: web3@1.0.0-beta.33 postinstall: lerna bootstrap

@menxit
Copy link

menxit commented Mar 25, 2018

Meanwhile you can use this workaround:

git clone https://github.com/ethereum/remixd
cd remixd
npm install
echo "export PATH=$(PWD)/bin:\$PATH" >> ~/.bash_profile
source ~/.bash_profile

@evaon1017
Copy link
Author

thank you @menxit . I tried the steps but fail at node-gyp install. and i found this post. but I can't download the VC++ 2015 Build tools anymore, all MS download page want me to use vs 2017 instead of older.
here is my log when run npm install at remixd folder.
2018-03-25T14_16_26_054Z-debug.log

@katrinealbuera
Copy link

I have successfully installed it by following the steps mentioned here:
https://www.npmjs.com/package/node-gyp
I specifically followed the step mentioned here https://www.npmjs.com/package/node-gyp#on-windows

@ioedeveloper ioedeveloper transferred this issue from ethereum/remixd Oct 19, 2020
@Aniket-Engg
Copy link
Collaborator

Closing it. Please feel free to reopen if issue persists

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