How to start ?
npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: undefined, npm WARN EBADENGINE required: { node: '20' }, npm WARN EBADENGINE current: { node: 'v21.7.3', npm: '10.5.0' } npm WARN EBADENGINE }
up to date, audited 1005 packages in 2s
146 packages are looking for funding
run npm fund for details
4 critical severity vulnerabilities
To address all issues (including breaking changes), run: npm audit fix --force
Run npm audit for details.
i also have same question
i also have same question
Hi! I also have same question:
~/reader/backend/functions ❯❯❯ npm start
> start
> npm run shell
> shell
> npm run build && firebase functions:shell
> build
> node ./integrity-check.cjs && tsc -p .
Integrity check failed: /home/user/reader/backend/functions/licensed/GeoLite2-City.mmdb does not exist.
Hi! I also have same question,and I can not reslove it
Hi! I also have same question:
~/reader/backend/functions ❯❯❯ npm start > start > npm run shell > shell > npm run build && firebase functions:shell > build > node ./integrity-check.cjs && tsc -p . Integrity check failed: /home/user/reader/backend/functions/licensed/GeoLite2-City.mmdb does not exist.
How did you solve it later