PillowPillow/ng2-webstorage

Build Failure during Compiling ngx-webstorage because of RAM memory

Opened this issue · 0 comments

Versions (please complete the following information):

  • "ngx-webstorage": "7.0.1",
  • Angular: 10.0.0

Describe the bug
I am using angular 10 and "ngx-webstorage": "7.0.1", when building the application during npm install there is an error during [INFO] Compiling ngx-webstorage : es2015 as esm2015, a lot of ram is used and the build breaks after a certain period. The log when the build crashes is:
[INFO] Compiling ngx-webstorage : es2015 as esm2015
[INFO] Killed
[INFO] npm ERR! code ELIFECYCLE
[INFO] npm ERR! errno 137

To Reproduce
Steps to reproduce the behavior:

  1. Run npm install

Expected behavior
Finish npm install command