ldiebold / quasar-app-extension-auto-routing

"Nuxt-like" routing in Quasar projects
21 stars 3 forks source link

Can't resolve imported dependency "fsevents" #5

Open ram-you opened 2 years ago

ram-you commented 2 years ago

Hi, It requires Chokidar that requires fsevents that can't find in linux system but osx. (FYI I'm on linux). Thank you.

ldiebold commented 2 years ago

Hey, thanks for bringing this up! Not sure what to do here, as I believe Chokidar is supposed to notice we're on a linux and as a result, not use fsevents.

Any thoughts on how we might fix this?

ldiebold commented 2 years ago

@ram-you Do you get an error, or just a warning?