You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my machine (arch wsl on windows) the app wouldn't start because it couldn't find the package "chokidar". which it didn't install properly with npm install because fs events dependency wouldn't install because in the packagelock file i had to change "os": "darwin" to "os": "linux" under node_modules/fsevents. I open this in case someone stumbles at the same problem.
The text was updated successfully, but these errors were encountered:
I'm using Ubuntu 20.04 and i can't start the app Error: No version of chokidar is available. Tried chokidar@2 and chokidar@3. You could try to manually install any chokidar version. chokidar@3: Error: Cannot find module 'chokidar'
I also tried to change "os": "darvin" to "os": "linux"
On my machine (arch wsl on windows) the app wouldn't start because it couldn't find the package "chokidar". which it didn't install properly with npm install because fs events dependency wouldn't install because in the packagelock file i had to change
"os": "darwin"
to"os": "linux"
under node_modules/fsevents. I open this in case someone stumbles at the same problem.The text was updated successfully, but these errors were encountered: