yemount / pose-animator

Apache License 2.0
8.73k stars 961 forks source link

Could not load existing sourcemap of "node_modules/paper/dist/paper-full.js". #17

Closed rudrakshya closed 4 years ago

rudrakshya commented 4 years ago

I was trying to run it on my mac and getting this error. "Could not load existing sourcemap of "node_modules/paper/dist/paper-full.js"."

rudrakshya commented 4 years ago

Ok. Solve it by open the package.json, go to the watch line and change it to: "watch": "cross-env NODE_ENV=development parcel index.html --no-hmr --open", After --open add "--no-source-maps". Now run yarn yarn watch Fixed.