Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on npm install #138

Open
eeny999 opened this issue Feb 10, 2024 · 0 comments
Open

Error on npm install #138

eeny999 opened this issue Feb 10, 2024 · 0 comments

Comments

@eeny999
Copy link

eeny999 commented Feb 10, 2024

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 [email protected]: 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 [email protected]: 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 [email protected]: 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 [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 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 [email protected]: 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 [email protected]: 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 [email protected]: 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 [email protected]: 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 [email protected]: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added
npm WARN deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs
npm WARN deprecated [email protected]: Use your platform's native DOMException instead
npm WARN deprecated [email protected]: Use your platform's native atob() and btoa() methods instead
npm WARN deprecated [email protected]: Use your platform's native performance.now() and performance.timeOrigin.
npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated [email protected]: 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]#

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant