error - node_modules/mysql2/lib/parsers/parser_cache.js (5:20) @ eval error - TypeError: LRU is not a constructor at eval (webpack-internal:///(sc_server)/./node_modules/mysql2/lib/parsers/parser_cache.js:3:21) at (sc_server)/./node_modules/mysql2/lib/parsers/parser_cache.js (...
$ npm --version /usr/lib/node_modules/npm/lib/es6/validate-engines.js:31 throw err ^ TypeError: LRU is not a constructor at Object.<anonymous> (/usr/lib/node_modules/npm/node_modules/semver/classes/range.js:188:15) at Module._compile (node:internal/modules/cjs/loader:1241:14) at Mod...
Why does app scripts not find the function includes in the object that is clearly an Array. function test() { var list = ['a', 'b', 'c']; Logger.log(list.constructor.name) // Array if ( list.includes('a') ){ Logger.log('yes'); } return 'done'; } Th...
When I ran the app, there was an error and the app did not load: I know there is a GoogleService-Info.plist in resources folder but for some reason it is not working. I think this error is really related to Google login service and we should disable this feature for testing ...