DEV Community

Discussion on: How to set up a Discord music bot (Updated December 2021)

Collapse
 
grantttt profile image
grantttt • Edited

Hi, I'm getting this error when trying npm install. Any idea how I can solve this?

C:\Users\grant\Desktop>npm install
npm WARN saveError ENOENT: no such file or directory, open 'C:\Users\grant\Desktop\package.json'
npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\grant\Desktop\package.json'
npm WARN Desktop No description
npm WARN Desktop No repository field.
npm WARN Desktop No README data
npm WARN Desktop No license field.

the bot doesn't go online

Collapse
 
blythethea profile image
blythethea

Did you ever solve this, I am having the same errors