Giter Site home page Giter Site logo

Comments (3)

kc-currenxie avatar kc-currenxie commented on July 25, 2024 1

This works for me

  abc:
    machine:
      docker_layer_caching: true
    steps:
      - run: |
          source /opt/circleci/.nvm/nvm.sh
          nvm install v12
          nvm alias default v12
          echo 'export NVM_DIR="/opt/circleci/.nvm"' >> $BASH_ENV
          echo "[ -s \"$NVM_DIR/nvm.sh\" ] && . \"$NVM_DIR/nvm.sh\"" >> $BASH_ENV
      - node/install-yarn
      - node/install-packages:
          pkg-manager: yarn
          include-branch-in-cache-key: false

from node-orb.

gmemstr avatar gmemstr commented on July 25, 2024

I'm inclined to believe this isn't related to the orb, but instead nvm. Can you confirm whether you can replicate this locally, or in a Docker container?

from node-orb.

marcghorayeb avatar marcghorayeb commented on July 25, 2024

Seeing this as well - seems like nvm is already installed on the machine executor image in CircleCI and fails at updating it.

from node-orb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.