You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Embroider is encountering an error when the Ember app consumes a v2 addon which is a privately hosted Github repo, when that addon in turn has dependencies which are v1 addons, as outlined here.
Module not found: Error: Can't resolve './@embroider+macros@1.16.10/node_modules/@embroider/macros/src/addon/es-compat2' in '/home/paddy/hyraxbio/ember-versions/test-embroider/node_modules/.pnpm/dist-test-2@git+https+++git@github.com+andrew-paterson+dist-test-2.git#363c469a3456c060d0c199_crho2jy4rlkok4sa6qetet3r2q/node_modules/dist-test-2'
The error does not happen if the repo is set to public, or if it is private but does not in turn have an v1 addons as dependencies.
I noted from the error that it's trying to resolve from ...#363c469a3456c060d0c199_crho2jy4rlkok4sa6qetet3r2q. I'm not sure if it's normal for the last part of the SHA to be replaced with _crho2jy4rlkok4sa6qetet3r2q there.
For what it's worth, these are the enrties for the addon in pnpm-lock.yaml, when private and then public.
Embroider is encountering an error when the Ember app consumes a v2 addon which is a privately hosted Github repo, when that addon in turn has dependencies which are v1 addons, as outlined here.
This is the error:
The error does not happen if the repo is set to public, or if it is private but does not in turn have an v1 addons as dependencies.
I noted from the error that it's trying to resolve from
...#363c469a3456c060d0c199_crho2jy4rlkok4sa6qetet3r2q
. I'm not sure if it's normal for the last part of the SHA to be replaced with_crho2jy4rlkok4sa6qetet3r2q
there.For what it's worth, these are the enrties for the addon in
pnpm-lock.yaml
, when private and then public.Private
public
The text was updated successfully, but these errors were encountered: