I need help with downloading brain.js in to VS Code. I have looked on YouTube and Stack Overflow for answers, nevertheless I could not find any solution. I hope so one can describe me what to do.
Open command prompt in the folder with the program and type
npm install --save brain.js
In the node.js program, put
const brain = require("brain.js");
If that doesnt work, go to the website and you might find something there, or i found this good video. the video