npm install(Remote Exception)

kosunix's Avatar

kosunix

Feb 22, 2018 @ 08:29 AM

Hi!
I have an issue related to build configuration when I run npm install command. I can't reproduce current issue remotely by RDP. When I trying to get more information about exception by npm install --verbose I recieved another issue. Could you help me with that? How it's possible that execution passed by RDP session and failed when build running?

  1. Support Staff 1 Posted by Feodor Fitsner on Feb 22, 2018 @ 04:02 PM

    Feodor Fitsner's Avatar

    I guess you are calling npm install as ps:. Custom PowerShell host in AppVeyor treats writing to StdErr as exceptions. Call it as cmd: instead:

    - cmd: npm install
    
  2. 2 Posted by kosunix on Feb 22, 2018 @ 04:49 PM

    kosunix's Avatar

    Thank you! Is it fixed issue..

  3. Ilya Finkelshteyn closed this discussion on Aug 25, 2018 @ 02:26 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac