Issues installing npm packages
Im attempting to install discord.js (an npm package) via cli using
deno install npm:discord.js
It says its added successfully and shows up in deno.json, but says I don't have the module installed when I try to use it in a ts file.
deno install npm:discord.js
It says its added successfully and shows up in deno.json, but says I don't have the module installed when I try to use it in a ts file.


