0

I have added npm install step in my Azure DevOps pipeline to build my react project, due to some dependency issue we used the npm install --force command locally, and same we tried in npm install step of the Azure DevOps pipeline, but it doesn't work. I'm not sure what is going wrong. Please help me with this.

Custom Commanderror log

1 Answer 1

2

Instead of

Command and arguments: npm install --force

Enter

Command and arguments: install --force
Sign up to request clarification or add additional context in comments.

2 Comments

Some extra clarification: As you are using the "npm custom" step, the "command and arguments" box only assumes that you add everything that comes after "npm"
Yes. It knows to run npm. You're passing it the command: "install" and the arguments "--force".

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.