Json file can’t be used in visual studio code
I’ve been making a program with Blockly and it has a custom function in a json file that needs to be executed with the rest of the program. When I do a fresh install of the program as a whole, it works fine, but when I re-launch visual studio code, it states that the specific command “npm start” is not recognised, even if the file itself is open, in the project folder, and has been previously used.