Skip to content

Issues with "Installing NPM Packages" step in okode/ionic@2.0.59 #4

Description

@tamarabartlett

I'm trying to use the okode/ionic@2.0.59 orb and I'm struggling to get all the necessary parameters set up.

I declare the orb in my config.yml like so:

version: 2.1
orbs:
  firebase-deploy: azdevs/firebase-deploy@1.0.0
  browser-tools: circleci/browser-tools@1.4.3
  ionic: okode/ionic@2.0.59

Then I try to set use the orb to build our ionic project in the workflow

workflows:
  version: 2
  build-deploy:
    jobs:
      - build
      - ionic/ios:
          node-version: "20"
          team-id: "binst-test"
          package-name: "kilnaid-test"
          distribution-provisioning-name: "test"
          development-provisioning-name: "test"

I'm seeing the following error:
Screenshot 2023-08-24 at 2 05 56 PM

Am I missing something?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions