You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open Visual Studio Code and selection option Open Folder. Select the NIM-Script-main folder to open the project.
The project is now opened, but not yet initialized. To do so, open a new terminal window with Terminal, New Terminal. From the terminal window, enter the command
npm i
The command will take some time to complete. When ready, a node_modules directory is added to the project: