firecmsco / firecms

Awesome Firebase/Firestore-based CMS. The missing admin panel for your Firebase project!
https://firecms.co
Other
1.14k stars 185 forks source link

Fails under Initialize dependencies w Network error #521

Closed psimondk closed 1 year ago

psimondk commented 1 year ago

Hi, Awesome project :) - tried to start a new 2.0 project and it got stuck in 'Install dependencies'

? Initialize a git repository? Yes ✔ Copy project files ✔ Initialize git ⠦ Install dependencies info There appears to be trouble with your network connection. Retrying... info There appears to be trouble with your network connection. Retrying... info There appears to be trouble with your network connection. Retrying... info There appears to be trouble with your network connection. Retrying... info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

at makeError (/Users/XXX/.config/yarn/global/node_modules/pkg-install/node_modules/execa/index.js:174:9)
at /Users/XXX/.config/yarn/global/node_modules/pkg-install/node_modules/execa/index.js:278:16
at processTicksAndRejections (internal/process/task_queues.js:89:5)

Tried also w. npx:

npm WARN registry Unexpected warning for https://registry.npmjs.org/: Miscellaneous Warning ERR_INVALID_OPT_VALUE: The value \"false\" is invalid for option \"readableHighWaterMark\" npm WARN registry Using stale data from https://registry.npmjs.org/ due to a request error during revalidation. npm ERR! code ERR_INVALID_OPT_VALUE npm ERR! The value "false" is invalid for option "readableHighWaterMark"

npm ERR! A complete log of this run can be found in: npm ERR! /Users/XXX/.npm/_logs/2023-07-16T12_59_29_788Z-debug.log

at makeError (/Users/XXX/.config/yarn/global/node_modules/pkg-install/node_modules/execa/index.js:174:9)
at /Users/XXX/.config/yarn/global/node_modules/pkg-install/node_modules/execa/index.js:278:16
at processTicksAndRejections (internal/process/task_queues.js:89:5)

(node:9325) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2) (node:9325) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

psimondk commented 1 year ago

All due to a too old installation of node / npm / yarn - all good now :)