Skip to content
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

unable to run the script in devops pipeline #1

Open
venkats2507 opened this issue Sep 17, 2024 · 0 comments
Open

unable to run the script in devops pipeline #1

venkats2507 opened this issue Sep 17, 2024 · 0 comments

Comments

@venkats2507
Copy link

Hi Sir,
i have created code in visual studio code and in that login, search, case and lead
in local it is working fine, but when i push the code into devops and i am using self hosted steps what you explain in video i followed the same steps,
i commented search , case and lead. I enable the code for login , it is working fine
when i am adding the search functionality to the existing one , it is running 60 mins after that it is coming out

below is the one
Starting: npm custom

Task : npm
Description : Install and publish npm packages, or run an npm command. Supports npmjs.com and authenticated registries like Azure Artifacts.
Version : 1.244.3
Author : Microsoft Corporation
Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/package/npm

C:\Windows\system32\cmd.exe /D /S /C "C:\hostedtoolcache\windows\node\18.20.4\x64\npm.cmd --version"
10.7.0
C:\Windows\system32\cmd.exe /D /S /C "C:\hostedtoolcache\windows\node\18.20.4\x64\npm.cmd config list"
; "global" config from C:\npm\prefix\etc\npmrc

cache = "C:\npm\cache"

; "env" config from environment

prefix = "C:\npm\prefix"
userconfig = "D:\a\1\npm\263.npmrc"

; node bin location = C:\hostedtoolcache\windows\node\18.20.4\x64\node.exe
; node version = v18.20.4
; npm local prefix = D:\a\1\s
; npm version = 10.7.0
; cwd = D:\a\1\s
; HOME = C:\Users\VssAdministrator
; Run npm config ls -l to show all defaults.
C:\Windows\system32\cmd.exe /D /S /C "C:\hostedtoolcache\windows\node\18.20.4\x64\npm.cmd run tests"

can you please help here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant