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
Hey, I've tried to run your app and faced with this error: ERROR in ./src/renderer/main.js Module not found: Error: Can't resolve 'buefy/lib/buefy.css' in '../vue-file-tree-demo/src/renderer' @ ./src/renderer/main.js 8:0-29
To fix this error, I needed to change the import to "buefy/dist/buefy.css" in ./src/renderer/main.js on line 8.
Hope that'll help someone.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Hey, I've tried to run your app and faced with this error:
ERROR in ./src/renderer/main.js Module not found: Error: Can't resolve 'buefy/lib/buefy.css' in '../vue-file-tree-demo/src/renderer' @ ./src/renderer/main.js 8:0-29
To fix this error, I needed to change the import to "buefy/dist/buefy.css" in ./src/renderer/main.js on line 8.
Hope that'll help someone.
The text was updated successfully, but these errors were encountered: