Marco

Results 3 comments of Marco

I created a reproduction repo: https://github.com/Marcoru97/capacitor-cli-demo and updated the issue

I found this comment: https://github.com/nuxt/nuxt/discussions/16014#discussioncomment-2477885 Fixed the issue for me 👍

It seems that if the devtools are on C: and the Project is on D: the error occurs. After some testing I found out that `path.relative("D:/some/path", "C:/some/path")` just returns `C:/some/path`....