create-wasm-app
create-wasm-app copied to clipboard
update dependencies
updated version of #207 #208 #211 fixes #176 fixes #206 fixes #213 fixes #214
Strangely, these specific versionings run into a nonsensical peer dependency error. The magical workaround I did was to run npm install -g yarn yarn and then delete yarn.lock and after that, npm install magically worked. And npm ci worked too... shrugs!