Giszmo / nostroid

A fast cross platform nostr client that even works offline
https://chat.nostr.info
Other
44 stars 11 forks source link

package.json and pnpm-lock.yaml are not in sync #73

Open ghost opened 1 year ago

ghost commented 1 year ago

Getting this error while trying to install exact versions of packages using pnpm install --frozen-lockfile _ERR_PNPM_OUTDATEDLOCKFILE  Cannot install with "frozen-lockfile" because pnpm-lock.yaml is not up to date with package.json

In CI environments pipelines will fail, if configured to use pnpm, because this setting is true by default. You can still install exact versions of dependencies through npm using npm ci, because package-lock.json is in sync with package.json.

Giszmo commented 1 year ago

PR welcome but I'm personally busy with other stuff. Sorry.