-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting output errors without errors #110
Comments
I can recreate this. Here is a link to my build in pipelines https://deviouscreation.visualstudio.com/stance/_build/results?buildId=188. |
I've seen this, too. However on "manual" runs of npm.
(Whatever one may think of that comment) I think this was fixed - do you still have that problem? |
I still have this problem, which is a bummer. It looks like the change for npm from console.error to console.log was ultimately rejected. The linux users don't care what windows says, Standard Error isn't just for errors. |
I get this problem when I try to publish to an authenticated feed. |
When I am running NpmCi, NpmRunScript, and NpmPack in an Azure DevOps pipeline, I'm logging errors, here I don't have any errors. For example:
##[error]npm info using [email protected]\n
##[error]npm info using [email protected]
##[error]npm info prepare initializing installer
##[error]npm info prepare Done in 0.015s
##[error]npm http fetch GET 200 https:*** 1096ms
##[error]npm http fetch GET 200 https:*** 1127ms
##[error]npm info extractTree Done in 2.044s
##[error]npm info updateJson Done in 0.015s
The text was updated successfully, but these errors were encountered: