I’ve followed several instructions online, and so far I got following done:
- Installed WSL2 on Windows 10
- From WSL2 terminal, installed sandbox, then installed js-algorand-sdk
- Installed VS Code, then installed Algorand VS Code Extension
But on my very 1st line of code “const algosdk = require(‘algosdk’);” I’m getting Error: Cannot find module ‘algosdk’. Is there something else I need to install besides Algorand VS Code Extension?
Sorry for asking such a newb question, I’ve been googling for over a week, and tried various instructions and videos I could find.