Julia

Results 1 issues of Julia

Executeing the command `serverless plugin install -n serverless-reqvalidator ` results in `npm ERR! 404 Not Found - GET https://registry.npmjs.org/serverless-reqvalidator - Not found`. ![image](https://user-images.githubusercontent.com/47452856/178157727-de49334a-2823-45de-ad88-f8ed225ff5c6.png) **`package.json`** content: ```json "dependencies": { "serverless-reqvalidator-plugin": "^2.0.0"...

question