after i do everything, and i do the command node bot.js it says cannot find module
Im new to coding so im kinda confused what this means and what do i do to fix it?
Im new to coding so im kinda confused what this means and what do i do to fix it?
Cannot find module it means that the node package was not found | how to fix it ;-
first see beside of cannot find module there will appear a package name like this "MODULE" copy the module name and open your browser and search npm and the module name after opening the link at the top corner you will see npm i
you can also fix the packages by doing npm audit fix