I am not seeing node.js build runner type in the Build runner list
I am not seeing node.js build runner type in the Build runner list while configuring build configuration
What needs to be done to get node.js to be visible?
And what are the softwares to be installed to on agents to run java script and node.js builds from agents ?
Please sign in to leave a comment.
Hello Shyam,
Node.js build runner should be available in the runner type combo in build step configuration. May I ask which TeamCity version are you currently using?
Regarding the prerequisites, please check on the following guide:
https://www.jetbrains.com/help/teamcity/nodejs.html
Thank you,
Guilherme
Hi Guliherme,
It is 2019.2.1 EnterPrise version , so node.js version will work here?
I saw the link you have shared, but not clear on how to proceed and from where to begin.
so what exactly needs to be done now? to make it node.js visible in the build runner list?
1. Visible node.js on build runner , how to achive this?
2. I understood that node.js runs on Docker container only?
how to set up docker continer in teamcity to run node.js buld ( can you please provide exact high level steps)
3. What is this NPM registry? what exactly and how should I configure this? ( we use VCS as bitbucket, and teamcity as CI CD server)