You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.
hmmm...the error message says "Allocation failed - process out of memory". i don't think this is related to anything this package is doing -- AFAIK we don't use a meaningful amount of memory.
This bug npm/npm#3340 seems to suggest it's an NPM problem?
Do you have any special flags or npmrc configs around memory settings? Maybe ask NPM-team?
This seems related to the MD5 computation here: install.js#L479.
On my machine, the following script forces the Node process to allocate more than 600 MB:
Install seems to be failing only when PhantomJS has already been downloaded, if I remove
/tmp/phantomjs
the install works fine.I am sure this isn't all the information you need, but please let me know what else I can provide…
Error log dump below:
The text was updated successfully, but these errors were encountered: