Lesson 5: Issue running first script with Brownie #742
-
Hi @cromewar @PatrickAlphaC , I've been stuck on the following command "brownie run scripts/deploy.py" and getting the below error (Timestamp: (4:34:26). Any idea what is causing this issue? I am also using WSL and have installed the virutalenv. I made sure to include my node/ganache/brownie versions to help in any way! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hello there, as dar as I know that node version has problems with web3 could you please change to a lts version of node? (16 should be the one ) |
Beta Was this translation helpful? Give feedback.
-
Run: Nvm install 16.3.0
Node - - version and you should be good to go. A
Then re-run your command
…On Mon, Jan 31, 2022 at 5:53 AM HalaAura ***@***.***> wrote:
I have the same problem now! how can I install the node 16?
—
Reply to this email directly, view it on GitHub
<#742 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWQ7ZR7Q4LZY3TF2ZBUYFVDUYZS25ANCNFSM5LSBT5BQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
<smartcontractkit/full-blockchain-solidity-course-py/repo-discussions/742/comments/2080630
@github.com>
|
Beta Was this translation helpful? Give feedback.
Hello there, as dar as I know that node version has problems with web3 could you please change to a lts version of node? (16 should be the one )