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

GitHub Action for install npm dependencies with caching without any configuration

Results 37 npm-install issues
Sort by recently updated
recently updated
newest added

Hi, I'm writing a react library using tsdx which recommends using this action. My library has a devDependency of esbuild, which causes this beauty: ``` Run bahmutov/[email protected] running npm-install GitHub...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

Starting with v1.8.16, we're seeing failures in `windows-latest` workflows whenever there's a cache miss (i.e. dependencies change ... for cache hits it's still working). This happens on any version of...

Hi @bahmutov! Maintainer of https://github.com/krzema12/github-actions-kotlin-dsl here. Your action has first-class support in the library. Recently we've come up with a way to reduce operational load when keeping library's action wrappers...

I’m trying to make a build (mdx-js/mdx) much faster, and am testing `useRollingCache: true`. It doesn’t seem to do much. Could that be because it still uses `npm ci` ([proof...

I have seen [this error](https://github.com/semantic-release/npm/pull/327/checks?check_run_id=1739227088#step:4:5) pop up several times in the past few days The error seems to originate from this code, which does not seem to be part of...

Thanks for the great action, When i use it with yarn v3 berry - it is not re-using the cache. Any guide on how to get it working with yarn...

Currently, this Action is only looking for an `package-lock.json`/`npm-shrinkwrap.json` or `yarn.lock`. It would be awesome if it would look for `pnpm-lock.yaml`/`pnpm-lock.yml` as well. https://github.com/bahmutov/npm-install/blob/04d753f67d29cb02b7f29f99eea1c35d70053ba3/index.js#L148 Use-case for this: we're using this...

I'm seeing the following error all of the sudden: ``` Run bahmutov/npm-install@v1 running npm-install GitHub Action trying to restore cached NPM modules Received 0 of 1116313[24](https://github.com/mycompany/myapp/runs/5839241098?check_suite_focus=true#step:7:24) (0.0%), 0.0 MBs/sec Received...