codebox-npm icon indicating copy to clipboard operation
codebox-npm copied to clipboard

Serverless private npm registry using https://serverless.com/

Results 14 codebox-npm issues
Sort by recently updated
recently updated
newest added

# This is a (Bug Report / Feature Proposal) ## Description Cannot npm install a package published to the registry. For bug reports: * What went wrong? The s3 bucket...

# This is a Bug Report ## Description * What went wrong? I can upload a package but when I try and install I get an integrity check error: `integrity...

## What did you implement: Added a missing word in the readme ## How did you implement it: ## How can we verify it: ## Todos: - [ ] Write...

# This is a Bug Report ## Description For bug reports: * What went wrong? When attempting to use `npm i npm --save` failed. It actually came about attempting to...

bug

Its seems I cannot run `serverless remove --stage prod`. I am sure the correct bucket has been exported: ``` Serverless: Could not remove AWS package storage: The specified bucket is...

## What did you implement: Minor tidies to `serverless.yml`. ## How did you implement it: Cleaned up extra whitespace and tidied the `Fn::Join` call. ## How can we verify it:...

## What did you implement: New option `CODEBOX_CACHE` that allows `npm installs` to now cache the dependencies so that you do not have to rely on the public registry. ##...

wip

# This is a Feature Proposal ## Description Please support NPM [tokens](https://docs.npmjs.com/cli/token). ```bash npm token list --registry https://xyz.amazonaws.com/dev/registry/ npm token create --read-only --registry https://xyz.amazonaws.com/dev/registry/ ``` These commands currently fail (403)...

# This is a (Bug Report / Feature Proposal) Bug report ## Description Okay, I think i finally sorted this out. If you create a repository then operate a custom...

# This is a Feature Proposal ## Description When deploying, chances are you're not using Codebox Insights 😄 , so the warnings might be a little scary. Perhaps we could...