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`.  **`package.json`** content: ```json "dependencies": { "serverless-reqvalidator-plugin": "^2.0.0"...
question