hashicorp / structure

Structure (aka "PDS") [deprecated]
https://hashicorp-structure.vercel.app
Mozilla Public License 2.0
24 stars 5 forks source link

ember-modifier package not resolvable #103

Closed Dhaulagiri closed 1 year ago

Dhaulagiri commented 2 years ago

Attempting to install pds-ember in a new app results in this error:

@hashicorp/pds-ember tried to import "ember-modifier" but the package was not resolvable from ../node_modules/@hashicorp/pds-ember

Likely the change from https://github.com/hashicorp/structure/pull/91 need to be modified to move ember-modifier to the depedencies section. Consumers can work around this by adding it as a dependency to their apps directly.