Not sure if this is an error with NPM or you... (somehow?) but i'm receiving an NPM ERR 429 on my CI/CD pipeline which i assume is coming from my install of AJV or AJV-Keywords.
npm WARN tar ENOENT: no such file or directory, open '/usr/src/app/node_modules/.staging/fast-json-stable-stringify-dd7d8d34/benchmark/test.json'
npm ERR! code E429
npm ERR! 429 Too Many Requests - GET https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2020-02-17T12_46_57_764Z-debug.log
Not sure if this is an error with NPM or you... (somehow?) but i'm receiving an NPM ERR 429 on my CI/CD pipeline which i assume is coming from my install of AJV or AJV-Keywords.