app-config icon indicating copy to clipboard operation
app-config copied to clipboard

Cannot find module while using custom parsingExtensions

Open pats opened this issue 7 months ago • 0 comments

Hi,

While I'm working on some custom parsing extensions, when I declare parsingExtension in my meta file

parsingExtensions:
  - '@my-org/my-config-vault'

I've got an error

Error: Cannot find module '@my-org/my-config-vault'

It looks like app-config-meta has to have a way to resolve a dependency to my package. I've found that import throw an error as above.

I'm using pnpm 8, node 18.x.

Regards, PS

pats avatar Nov 17 '23 10:11 pats