Closed bartonhammond closed 8 years ago
There still are some problems with wavesurfer.js and webpack, I'm try working on it, here is a temp solution:
npm install wavesurfer.js@1.0.52
then open /Gokotta/node_modules/wavesurfer.js/package.json
and change
"main": "dist/wavesurfer.umd.js"
to
"main": "dist/wavesurfer.cjs.js",
That worked! Thank you
Followed instructions output from
npm run dev-server
has error:The Electron app is just a blank screen with this console error message:
Here is the full log from dev-server: