I've been trying to make a canvas project on discord.js but I can't npm install to work properly it just installs it to my appdata folder. I'd be happy if you could help me figure it out
Have you used npm init in a terminal?
If not here are the steps to follow:
npm initnpm install [PACKAGE_NAME]You need to execute npm init -y in your project folder which then creates the necessary files for installing modules.