question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error on GitHub CI

See original GitHub issue

Hey,

We are hitting an issue on the setup action on GitHub CI since yesterday:

Run iterative/setup-cml@v1
Uninstalling previous CML
Installing CML version latest
Error: Command failed: /usr/bin/sudo npm install -g canvas@2 vega@5 vega-cli@5 vega-lite@4 @dvcorg/cml
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated @types/fast-json-stable-stringify@2.1.0: This is a stub types definition. fast-json-stable-stringify provides its own type definitions, so you do not need this installed.

See https://github.com/jupyterlab/jupyterlab/runs/3656903043

We are installing the following tools on ubuntu 20.04:

    runs-on: ubuntu-20.04
    steps:
      - name: Checkout
        uses: actions/checkout@v2
      - name: Install node
        uses: actions/setup-node@v2
        with:
          node-version: '14.x'
      - name: Install Python
        uses: actions/setup-python@v2
        with:
          python-version: 3.8

Do we need to update those?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
fcollonvalcommented, Sep 21, 2021

thanks for the update. Indeed, this has been solved and restarting the job, it now passes.

0reactions
casperdclcommented, Sep 21, 2021
Read more comments on GitHub >

github_iconTop Results From Across the Web

Setting exit codes for actions - GitHub Docs
You can use exit codes to set the status of an action. GitHub displays statuses to indicate passing or failing actions.
Read more >
[BUG] Running npm ci in GitHub Actions erroneously uses ...
Running npm ci in a GitHub Actions workflow, regardless of configuration, always attempts to install packages scoped with my GitHub username ( ...
Read more >
About continuous integration - GitHub Docs
Continuous integration (CI) is a software practice that requires frequently committing code to a shared repository. Committing code more often detects errors ......
Read more >
About Jekyll build errors for GitHub Pages sites
Viewing Jekyll build error messages in your pull request with a third-party CI service · Configure your site's repository for the testing service...
Read more >
Lighthouse CI in github action fails to run with error ...
I run Lighthouse CI in my github action and it fails with an error. I used the same configuration in my local environment...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found