rocicorp / replicache-nextjs

Generic Replicache backend for Next.js
Apache License 2.0
21 stars 8 forks source link

chore: Add an engine dependency on npm 7. #8

Closed aboodman closed 2 years ago

aboodman commented 2 years ago

peerDependencies autoinstall since npm 7 and dependent sample apps rely on this behavior.

This engine requirement helps detect/warn about a situation where a user has an old npm version and dependent apps don't install correctly as a result.