Installing NPM with package.json exits during & # 8594; gunzTarPerm without error message

I have a strange problem installing npm. I just run npm installin my project using package.json in the same directory

Here is the relevant part of package.json http://pastebin.com/zgT6eRxC

It seems like everything looks fine until it hits this part of the process

extract → gunzTarPerm

I started npm install --verbose, but it just gets here and stops / exits without any error message or text. My node_modules is left incomplete.

I do not know if this is relevant, but until this last line it launches a bunch of files

Example

npm verb gentlyRm don't care about contents; nuking /<path>/node_modules/.staging/require-bede8d129b4b602814b0d94932a5f956

Software Version:

NPM - 3.3.12
Node - 5.1.0
Ubuntu - 14.04.03

- , . npm install Arch Linux dev . , Ubuntu.

+4
1
+12

Source: https://habr.com/ru/post/1618356/


All Articles