imadovitch / Music-Player-App-built-with-Vue.js-Vue3-and-Howler.js

music-player-app-built-with-vue-js-vue3-and-howler-js-six.vercel.app
41 stars 11 forks source link

Preloader #1

Closed thefubon closed 1 year ago

thefubon commented 1 year ago

Can you please tell me how to add a track not from a local folder? I want to use - cloudinary.com

When I add a direct path to a file in cloudinary, I get an error


Error: ENOENT: no such file or directory, uv_cwd
    at process.wrappedCwd [as cwd] (node:internal/bootstrap/switches/does_own_process_state:126:28)
    at /opt/homebrew/Cellar/yarn/1.22.19/libexec/lib/cli.js:88756:65
    at Generator.next (<anonymous>)
    at step (/opt/homebrew/Cellar/yarn/1.22.19/libexec/lib/cli.js:310:30)
    at /opt/homebrew/Cellar/yarn/1.22.19/libexec/lib/cli.js:328:14
    at new Promise (<anonymous>)
    at new F (/opt/homebrew/Cellar/yarn/1.22.19/libexec/lib/cli.js:5305:28)
    at /opt/homebrew/Cellar/yarn/1.22.19/libexec/lib/cli.js:307:12
    at start (/opt/homebrew/Cellar/yarn/1.22.19/libexec/lib/cli.js:88800:18)
    at Object.<anonymous> (/opt/homebrew/Cellar/yarn/1.22.19/libexec/lib/cli.js:88977:3)```