HD-wallet-provider cannot be installed with npm
See original GitHub issueIssue
I somehow can’t install the hdwallet-provider. When I’m in my project directory I’m using npm i @truffle/hdwallet-provider but I only receive errors “npm ERR! enoent This is related to npm not being able to find a file.” Could there be a problem with hosting the file?
Steps to Reproduce
Latest truffle version v5.1.4 Latest npm version 6.13.4
Expected Behavior
I would expect the package to be installed into my project directory and be ready to be used.
Actual Results
PS C:\Coding\blockchain-toolkit> npm i @truffle/hdwallet-provider npm ERR! code ENOENT npm ERR! syscall spawn git npm ERR! path git npm ERR! errno ENOENT npm ERR! enoent Error while executing: npm ERR! enoent undefined ls-remote -h -t https://github.com/trufflesuite/provider-engine.git npm ERR! enoent npm ERR! enoent npm ERR! enoent spawn git ENOENT npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent
Environment
- Operating System:
- Ethereum client:
- Truffle version (
v.5.1.4
): - node version (
v12.14.0
): - npm version (
6.13.4
):
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:18 (5 by maintainers)
Top GitHub Comments
Try: npm i @truffle/hdwallet-provider@next this worked for me
this worked, thx