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
It runs without errors before it is built. But after, I get the following error message:
node:internal/process/esm_loader:40
internalBinding('errors').triggerUncaughtException(
^
[Error: ENOTDIR: not a directory, open '/Users/***/Documents/working/repros/ncc-import-meta-url/dist/bf1263f1cc68120f8f8a.js/templates/template.hbs'] {
errno: -20,
code: 'ENOTDIR',
syscall: 'open',
path: '/Users/***/Documents/working/repros/ncc-import-meta-url/dist/bf1263f1cc68120f8f8a.js/templates/template.hbs'
}
Node.js v20.10.0
I believe that it has something to do with this code in conventional-changelog-angular. After it is built, dirname is a path to the built file, not the directory in which the module resides.
Any help would be greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered:
I'm having strange path resolution issues with
import.meta.url
after it's built. I have created a simple project to reproduce the issue: https://github.com/stdavis/repros/tree/main/ncc-import-meta-urlIt runs without errors before it is built. But after, I get the following error message:
I believe that it has something to do with this code in
conventional-changelog-angular
. After it is built,dirname
is a path to the built file, not the directory in which the module resides.Any help would be greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered: