i tried making new task into plan. but i don't understand what should be the path of executable path in nodejs.
I tried giving path of nodejs of my windows where nodejs is installed but it didn't work
Hi @aneesha_kumari,
I just setup this up this morning myself (we upgraded to the latest LTS version of node).
There were two things I did to ensure this was working properly:
1) I made sure the nodejs directory was correctly referenced in the system path variable
2) I set the server capability as follows:
That was all I needed to do to ensure that builds were capable of running npm tasks.
Are you able to share the error messages that you are seeing to help troubleshoot your issue?
Thanks!
-Jimmy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.