You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[flags-sdk/openfeature] Fix dependencies and update README (#1115)
- Adds `pnpm` to the README
- Adds `--legacy-peer-deps` to the `npm install` command
`npm` fails to install due to the canary version being used. The
`@vercel/analytics` requires Next.js >= 13, which it is, but `npm` does
not recognise the canary tag.
- Adds a step to install the Vercel CLI to the README
0 commit comments