We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Installing web3 module in Windows environment fails at install script for web3-providers-ws due to a remove command issue.
del should be used when executing remove commands in Windows.
rm is being used to remove in Windows.
Install web3 npm module normally while in Windows environment.
npm ERR! errno 1 npm ERR! web3-providers-ws@1.2.0 preinstall: `rm -rf node_modules/websocket/.git` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the web3-providers-ws@1.2.0 preinstall script.
The text was updated successfully, but these errors were encountered:
Same issue here.. It should be using https://github.com/isaacs/rimraf if possible
Sorry, something went wrong.
duplication of #2971 and will be released with 1.2.1
No branches or pull requests
Description
Installing web3 module in Windows environment fails at install script for web3-providers-ws due to a remove command issue.
Expected behavior
del should be used when executing remove commands in Windows.
Actual behavior
rm is being used to remove in Windows.
Steps to reproduce the behavior
Install web3 npm module normally while in Windows environment.
Error Logs
Versions
The text was updated successfully, but these errors were encountered: