face-hh / discordmium

Discordmium brings the Chromium browser instance in Discord, of course limited to the Discord API. - Made for Documatic Hackathon
https://facedev.xyz
70 stars 17 forks source link

Error #4

Closed hikaoffical1 closed 1 year ago

hikaoffical1 commented 1 year ago

npm ERR! Missing script: "start" npm ERR! npm ERR! Did you mean one of these? npm ERR! npm star # Mark your favorite packages npm ERR! npm stars # View packages marked as favorites npm ERR! npm ERR! To see a list of scripts, run: npm ERR! npm run

npm ERR! A complete log of this run can be found in: npm ERR! /home/runner/.npm/_logs/2022-12-31T16_57_51_525Z-debug-0.log exit status 1

Audomations commented 1 year ago

in your package.json file put the the following json inside:

"scripts": {
    "start": "index.js"
}
face-hh commented 1 year ago

Alternatively you can run node . instead of npm run start.