Npm install fails on version?

Hey all

I have the following dependency in my package.json:

“our-monitoring”: “1.0.0”,

and it works when I run npm install:

└─┬ our-monitoring@1.0.0
  └─┬ prom-client@10.0.2
    └─┬ tdigest@0.1.1
      └── bintrees@1.0.1

But when the project is ran in CircleCi, I get:

npm ERR! No compatible version found: our-monitoring@1.0.0
npm ERR! notarget Valid install targets:
npm ERR! notarget 0.1.0

Why? and how can I fix it?