dappuniversity / eth-todo-list

Blockchain Todo App Tutorial Powered by Ethereum Smart Contracts
549 stars 549 forks source link

Web3 is not Defined #9

Closed chinuh037 closed 3 years ago

chinuh037 commented 3 years ago

I am following exact same tutorial, but I keep getting "Web3 is not defined" error in console. I installed Web3 by "npm install web3" explicitly , but keep getting that error, and hence I cannot connect metamask with Localhost:127.0.0.1/7545.

What should I do ?