wasp/web/.npmrc
Martijn Faassen cbfadd69ad We cannot build unless we use the right version of npm
The engines field in package.json only gets blocked with the appropriate
.npmrc, which is provided.

If we allow earlier versions of npm to operate together with later
versions, we get massive package-lock.json changes switching it
from v1 to v2 and back again. We want to avoid this churn.
2022-01-31 14:29:29 +01:00

2 lines
19 B
Plaintext