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
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]
The compiler does not issue C1076 or C3859 errors.
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. [...]
I am not using a 32bit system
The swapfile already is 8GB
RAM usage already is below 50%
- 9. That may be stuff you should consider, but I think the bug is elsewhere
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
The text was updated successfully, but these errors were encountered: