transistorsoft / background-geolocation-console

A field-testing & analysis server for the Background Geolocation plugin
MIT License
151 stars 157 forks source link

Error on npm install #138

Open eeny999 opened 9 months ago

eeny999 commented 9 months ago

Hi there,

I like your product and am currently investigating it. I would like to get the tracking server working on my domain but am getting some errors when I try to install. I have pasted details and command line entries below. Any ideas? I did try searching for some of the errors in the issues but none matched. Apologies if this is the same as someone else.... :)

Hostgator Shared Plan Apache Version 2.4.58 MySQL Version 5.7.23-23 Architecture x86_64 Operating System linux (it used to be CentOS but I can't confirm anymore as its not visible in cPanel) Kernel Version 4.19.286-203.ELK.el7.x86_64

[~]# node -v v14.21.3 [~]# npm -v 6.14.18 [~]# git clone https://github.com/transistorsoft/background-geolocation-console.git Cloning into 'background-geolocation-console'... remote: Enumerating objects: 3466, done. remote: Counting objects: 100% (550/550), done. remote: Compressing objects: 100% (245/245), done. remote: Total 3466 (delta 331), reused 491 (delta 291), pack-reused 2916 Receiving objects: 100% (3466/3466), 6.18 MiB | 24.23 MiB/s, done. Resolving deltas: 100% (1995/1995), done. [~]# cd background-geolocation-console/ [~/background-geolocation-console]# npm install npm WARN deprecated hoek@5.0.4: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). npm WARN deprecated joi@13.7.0: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). npm WARN deprecated bossy@4.0.3: This module has moved and is now available at @hapi/bossy. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. npm WARN deprecated core-js@3.6.5: 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 could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. npm WARN deprecated topo@3.0.3: This module has moved and is now available at @hapi/topo. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. npm WARN deprecated hoek@6.1.3: This module has moved and is now available at @hapi/hoek. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. npm WARN deprecated joi@14.3.1: This module has moved and is now available at @hapi/joi. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. npm WARN deprecated boom@7.3.0: This module has moved and is now available at @hapi/boom. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. npm WARN deprecated sane@4.1.0: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs npm WARN deprecated domexception@2.0.1: Use your platform's native DOMException instead npm WARN deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin. npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [ ......] \ extract:@jridgewell/sourcemap-codec: sill extract @jridgewell/sourcemap-codec@^1.4.10 extracted to /home1/eenygod/background-geolocation-console/nod

#

Fatal error in , line 0

Check failed: reservation_.SetPermissions(unprotect_start, unprotect_size, PageAllocator::kReadWrite).

# # #

FailureMessage Object: 0x7ffff03887c0

1: 0xaa8641 [npm] 2: 0x1a48174 V8_Fatal(char const, ...) [npm] 3: 0xdd379b [npm] 4: 0xd8191e v8::internal::Heap::UnprotectAndRegisterMemoryChunk(v8::internal::MemoryChunk) [npm] 5: 0xd81c0c v8::internal::Heap::AllocateRaw(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [npm] 6: 0xd890e5 v8::internal::Heap::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [npm] 7: 0xd5bc1d v8::internal::Factory::CodeBuilder::BuildInternal(bool) [npm] 8: 0x1a5e778 v8::internal::compiler::CodeGenerator::FinalizeCode() [npm] 9: 0x1af001b v8::internal::compiler::PipelineImpl::FinalizeCode(bool) [npm] 10: 0x1af10e7 v8::internal::compiler::PipelineCompilationJob::FinalizeJobImpl(v8::internal::Isolate) [npm] 11: 0xc84b10 v8::internal::OptimizedCompilationJob::FinalizeJob(v8::internal::Isolate) [npm] 12: 0xc8d43b v8::internal::Compiler::FinalizeOptimizedCompilationJob(v8::internal::OptimizedCompilationJob, v8::internal::Isolate) [npm] 13: 0xcaf00d v8::internal::OptimizingCompileDispatcher::InstallOptimizedFunctions() [npm] 14: 0xd2e37f v8::internal::StackGuard::HandleInterrupts() [npm] 15: 0x109fbb3 v8::internal::Runtime_StackGuard(int, unsigned long, v8::internal::Isolate) [npm] 16: 0x1449379 [npm] Illegal instruction [~/background-geolocation-console]#