Replies: 2 comments
-
You can open any folder with VS code there is option to open with code when you right click on any folder. You might need to download nodejs again and that's it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Download LTS version of Node, and latest versions for yarn and git. All the dependencies: yarn add --dev @nomiclabs/hardhat-ethers@npm:hardhat-deploy-ethers ethers @nomiclabs/hardhat-etherscan @nomiclabs/hardhat-waffle chai ethereum-waffle hardhat hardhat-contract-sizer hardhat-deploy hardhat-gas-reporter prettier prettier-plugin-solidity solhint solidity-coverage dotenv The above should be sufficient for following along anything. Just make sure if it is a NFT-frontend one you will have to follow along for Moralis and Subgraph |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This may be an unusual and maybe stupid request. I was in the middle of lesson 15 when my laptop just gave up and my C:/ drive had to be formatted. I still have my code (It was in the F drive) but my Visual studio code and all the installations are gone. Is there any quick way to get my brand new Visual Studio Code back up to speed using just my code or is there any such setup file which I can take from one of you? I'm really not inclined to start the tutorial again from scratch and scroll through 27 hours of video to find all the stuff to install. Is there a faster way?
Beta Was this translation helpful? Give feedback.
All reactions