ptyw.js icon indicating copy to clipboard operation
ptyw.js copied to clipboard

Compiler out of heap-space

Open l-e-e-o opened this issue 9 years ago • 2 comments

When I try to install ptyw.js using npm install -g ptyw.js I encounter the following error:

C:\Users\z003cwdp\AppData\Roaming\npm\node_modules\ptyw.js\node_modules\nan\nan.h(72): fatal error C1060: compiler is out of heap space [C:\Users\z003cwdp\AppData\Roaming\npm\node_modules\ptyw.js\build\pty.vcxproj]

See the full output:

https://gist.github.com/darkblinded/d8031eccd47274cd7bc3e02619e48ac8

l-e-e-o avatar Jul 07 '16 09:07 l-e-e-o

Read https://msdn.microsoft.com/en-us/library/yz7kx3y2.aspx

iiegor avatar Jul 07 '16 11:07 iiegor

I already did.

  1. The compiler does not issue C1076 or C3859 errors.
  2. Using the 64bit toolset does not work either: [...] error MSB8032: The Platform or PlatformToolset is not available from a 64bit environment. Consider building from 32bit environment instead. [...]
  3. I am not using a 32bit system
  4. The swapfile already is 8GB
  5. RAM usage already is below 50%
  6. - 9. That may be stuff you should consider, but I think the bug is elsewhere

l-e-e-o avatar Jul 07 '16 12:07 l-e-e-o