You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the npm debug log shows '@nike/lambda-node-logger' is not in the npm registry.
Link to a minimal, executable project that demonstrates the problem:
I am unable to do this, because the private registry is not externally accessible.
Steps to reproduce the problem:
use a local .npmrc file to link to a private registry
Expected behaviour:
claudia create
deploys lambda function with a private registry.What actually happens:
the npm debug log shows
'@nike/lambda-node-logger' is not in the npm registry.
Link to a minimal, executable project that demonstrates the problem:
I am unable to do this, because the private registry is not externally accessible.
Steps to reproduce the problem:
use a local
.npmrc
file to link to a private registrynpm install --production
works from the CLI, but somehow claudia invokes it without the.npmrc
file, which causes the above error.The text was updated successfully, but these errors were encountered: