systemphil / sphil

The Systematic Philosophy Platform🦉
https://sphil.xyz
Other
62 stars 10 forks source link

Fix Package-Lock to Allow Windows Install Without WSL #89

Closed JMielbrecht closed 1 week ago

JMielbrecht commented 2 weeks ago

PR Author's Note

Checklist

Firgrep commented 2 weeks ago

Thanks for making an exclusive PR to fix this @JMielbrecht . Patrick has another solution by setting the two versions as optional in the package.json in his PR #80 . Generally, I think one should avoid manually editing the package-lock.json because it's something npm automatically handles. Would you want to check out Patrick's branch and see if that works? What do you think the two ways of dealing with the problem?