Skip to content

pie config - cant use npm tags for dependencies #168

@edeustace

Description

@edeustace

in a config.js for a pie item I can add:

module.exports = {
  elements: {
    'my-el': '@my-el@1.0.0'
  }
}

But not:

module.exports = {
  elements: {
    'my-el': '@my-el@latest'
  }
}

It fails in the pie-cli-libs/installer: https://github.com/pie-framework/pie-cli-libs/blob/develop/packages/installer/src/installer.ts#L100 where it can't find the installed package using the tag name.

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