You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
; 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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: