spck-issues icon indicating copy to clipboard operation
spck-issues copied to clipboard

Firebase

Open UserOEM opened this issue 2 years ago • 0 comments

#1 Firebase v8 reaxt $ npm i --no-bin-links [email protected]

npm WARN deprecated [email protected]: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions coul d cause a slowdown up to 100x even if nothing is poly filled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual versi on of core-js. npm ERR! Exit handler never called! npm ERR! This is an error with npm itself. Please rep ort this error at: npm ERR! <https://github.com/npm/cli/issues> npm ERR! A complete log of this run can be found in: npm ERR! /data/user/0/io.spck.editor.node/app_use r/.npm/_logs/2022-11-04T11_57_20_777Z-debug-0.log npm exited with status 1. reaxt $

#2 Message in terminal (node:26668) UnhandledPromiseRejectionWarning: TypeEr ror: Cannot read property 'name' of undefined at new WebpackCLI (/storage/emulated/0/Android/da ta/io.spck.editor.node/files/erase/node_modules/webpa ck-cli/lib/webpack-cli.js:18:18) at runCLI (/storage/emulated/0/Android/data/io.sp ck.editor.node/files/erase/node_modules/webpack-cli/l ib/bootstrap.js:5:15) at Object.<anonymous> (/storage/emulated/0/Androi d/data/io.spck.editor.node/files/erase/node_modules/w ebpack-cli/bin/cli.js:17:1) at Module._compile (internal/modules/cjs/loader.j s:999:30) at Object.Module._extensions..js (internal/module s/cjs/loader.js:1027:10) at Module.load (internal/modules/cjs/loader.js:86 3:32) at Function.Module._load (internal/modules/cjs/lo ader.js:708:14) at Module.require (internal/modules/cjs/loader.js :887:19) at require (internal/modules/cjs/helpers.js:74:18 ) at module.exports (/data/data/io.spck.editor.node /app_local/npm-global/lib/node_modules/webpack-cli/no de_modules/import-local/index.js:23:108) (node:26668) UnhandledPromiseRejectionWarning: Unhand led promise rejection. This error originated either b y throwing inside of an async function without a catc h block, or by rejecting a promise which was not hand led with .catch(). To terminate the node process on u nhandled promise rejection, use the CLI flag --unhan dled-rejections=strict (see https://nodejs.org/api/c li.html#cli_unhandled_rejections_mode). (rejection id : 1) (node:26668) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, pro mise rejections that are not handled will terminate t he Node.js process with a non-zero exit code. erase $

#3 Firebase (current v9), require node v14 or higher reaxt $ npm i --no-bin-links firebase npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: 'selenium-webdriver@4. 5.0', npm WARN EBADENGINE required: { node: '>= 14.20.0' }, npm WARN EBADENGINE current: { node: 'v12.22.8', np m: '8.3.2' } npm WARN EBADENGINE } npm ERR! code ENOTEMPTY npm ERR! syscall rename npm ERR! path /storage/emulated/0/Android/data/io.spc k.editor.node/files/reaxt/node_modules/acorn npm ERR! dest /storage/emulated/0/Android/data/io.spc k.editor.node/files/reaxt/node_modules/.acorn-O6cfeIV G npm ERR! errno -39 npm ERR! ENOTEMPTY: directory not empty, rename '/sto rage/emulated/0/Android/data/io.spck.editor.node/file s/reaxt/node_modules/acorn' -> '/storage/emulated/0/A ndroid/data/io.spck.editor.node/files/reaxt/node_modu les/.acorn-O6cfeIVG' npm ERR! A complete log of this run can be found in: npm ERR! /data/user/0/io.spck.editor.node/app_use r/.npm/_logs/2022-11-04T12_00_28_556Z-debug-0.log npm exited with status 217. reaxt $

Is there a any way around for Firebase v8 or version below?

UserOEM avatar Nov 04 '22 12:11 UserOEM