0

I try to install Strongloop with npm install -g strongloop command. But during the installation procces it stoped on moment bellow. Another globally packages are installed without a problems.

enter image description here.

Is there any ideas why it can be?

Ishikawa Yoshi
  • 1,779
  • 8
  • 22
  • 43
  • The node-syslog module is an optional dependency that doesn't support Windows, so it should be failing and continuing on with the rest of the dependencies. Do you have cygwin installed? – Ryann Graham Nov 21 '14 at 18:31
  • You could try installing with `npm install -g --no-optional strongloop` and it will skip installing optional dependencies like node-syslog. – Ryann Graham Nov 21 '14 at 18:33
  • You may be running into this known issue, could you provide more details on - https://github.com/npm/npm/issues/6502 – snathan Dec 04 '14 at 20:46
  • Ryan, i compile modules with VS2012 compilator if im not wrong it gave me same result. I try to install with --no-optional flag but nothing changed, it freeze the same as on picture above – Ishikawa Yoshi Dec 06 '14 at 07:20
  • update the discussion on github https://github.com/npm/npm/issues/6502 – Ishikawa Yoshi Dec 06 '14 at 15:09
  • I've instaled strongloop successfully, the problem was in old version of npm, upgrade to npm2 solve this problem – Ishikawa Yoshi Dec 07 '14 at 09:54

0 Answers0