Why is it running npm install, which fails, and how do I prevent?

I assume it is auto-detected from my project content, but how do I prevent it from running?

In my circle.yml I have “override” instructions in both dependencies and test phases, which I thought from reading the support forum would prevent auto-detected steps from running.

But when I run a build it starts an “npm install” step that I haven’t asked for.

er never mind, I accidentally put my circle.yml file somewhere other than the root of the project so it wasn’t being used :slight_smile: