probot / adapter-aws-lambda-serverless

An extension for running Probot on Lambda
ISC License
94 stars 36 forks source link

probot/serverless-lambda is not in the npm registry #41

Closed MyMaloks closed 3 years ago

MyMaloks commented 4 years ago

I get an error while installing @probot/serverless-lambda.

I run:

npm i @probot/serverless-lambda

I get the error:

16 verbose Windows_NT 10.0.19041
17 verbose argv "c:\\Program Files\\nodejs\\node.exe" "c:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "@probot/serverless-lambda"
18 verbose node v12.18.3
19 verbose npm  v6.14.6
20 error code E404
21 error 404 Not Found - GET https://registry.npmjs.org/@probot%2fserverless-lambda - Not found
22 error 404
23 error 404 '@probot/serverless-lambda@^0.5.0' is not in the npm registry.
24 error 404 You should bug the author to publish it (or use the name yourself!)
25 error 404 Note that you can also install from a
26 error 404 tarball, folder, http url, or git url. 

Could you please help ?

gr2m commented 3 years ago

Cannot reproduce

$ npm install @probot/serverless-lambda
+ @probot/serverless-lambda@1.0.2
added 4 packages from 3 contributors and audited 4 packages in 1.907s
found 0 vulnerabilities