Marak / play.js

play sound files from node.js to your speakers, simple as cake and kid approved!
www.maraksquires.com
160 stars 40 forks source link

Me ajuda #17

Open ryanrsps opened 2 years ago

ryanrsps commented 2 years ago

internal/modules/cjs/loader.js:905 throw err; ^

Error: Cannot find module 'colors' Require stack:

CactusHamster commented 2 years ago

You need to install the dependency. Using npm i should work, or using npm i colors --save.