slipHQ / run-wasm

Run WASM based code executions in the browser easily
https://www.runwasm.com
Apache License 2.0
468 stars 47 forks source link

Packages have both a `package-lock.json` and a `yarn.lock` file #96

Closed Dhaiwat10 closed 2 years ago

Dhaiwat10 commented 2 years ago

Describe the bug Packages have both a package-lock.json and a yarn.lock file. Intentional?

Dhaiwat10 commented 2 years ago

Wait, no. It is not creating a new package-lock file, it's already there. For some reason, yarn.lock and package-lock both are there. Is this intentional?

jsjoeio commented 2 years ago

I think that is a result of this PR: https://github.com/slipHQ/run-wasm/pull/92

cameronmoreau commented 2 years ago

Good catch, out of the box Lerna used npm instead of yarn running bootstrap

I'll throw up a PR to use Yarn instead and remove the package-locks