Closed dzfweb closed 4 months ago
Try adding outDir as dist in your tsconfig
Try adding outDir as dist in your tsconfig
Same error :/
Seems that I'm able to move on after bumping the package version. Weird thing is that this is an untouched package, I needed to force build --unmodified to bump its version and now seems to be working.
UPDATE after the version bump, new build started to fail again, with the same error :/
seems like issue was resolved on a slack conversation. issue was file names confusing tsc
exactly, the issue was due to a existing index.js file in the component folder. I just renamed that to be index.ts than the tsc handled well.
Description
I just setup a new self-hosted scope and exported the first tag version. Everything worked goods. But now after I'm trying to add a new version, locally it is failing when running any of these commands
bit tag --build
bit build
The error
Specifications
I've alread recloned the repo, cleaned bit cache, manualyl deleted the capsules, but nothing changed.