Closed guidosegni closed 7 years ago
how do we get "npm audit fix" not default to deprecated versions of web3?
@cosminstefanxp I had same problem with web and firebase.. this is worked for me
^
for web3. (In package.json). Mine is like this "web3": "1.0.0-beta.37"
node_modules
package-lock.json
npm install
@Kishanjvaghela - that was it for me! My package had a github address for web3... i replaced it with your version then followed your steps and Im up. Thanks so much!
Using node 6.11.1 on a macosx
I installed web3 with the following command:
Then i launch this - apparently - simple node command:
Well, it returns the following error:
it looks like it require some module (e.g. 'web3-requestManager') that aren't installed with the package.
Any Idea? Am i doing something wrong?