npm install(Remote Exception)
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?
-
RemoteException.PNG 28.4 KB
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
Support Staff 1 Posted by Feodor Fitsner on Feb 22, 2018 @ 04:02 PM
I guess you are calling
npm install
asps:
. Custom PowerShell host in AppVeyor treats writing to StdErr as exceptions. Call it ascmd:
instead:2 Posted by kosunix on Feb 22, 2018 @ 04:49 PM
Thank you! Is it fixed issue..
Ilya Finkelshteyn closed this discussion on Aug 25, 2018 @ 02:26 AM.