teambit / bit

A build system for development of composable software.
https://bit.dev
Other
17.87k stars 927 forks source link

Bit received an error loading teambit.vue/vue@0.1.39, due to the error: "Cannot find module '@teambit/legacy/dist/consumer/component/dependencies/files-dependency-builder/detectives/detective-es6'" #9086

Closed subham25997 closed 2 months ago

subham25997 commented 2 months ago

I tried creating a workspace with following command: bit new vue app2-workspace --env teambit.vue/vue --default-scope app2-scope

But got following error:

image

Specifications

Jinjiang commented 2 months ago

Reproduced. We are checking it. Thanks.

Jinjiang commented 2 months ago

BTW, you can use another vue env bitdev.vue/vue instead. That's the latest one we are maintaining.

bit new vue app2-workspace --env bitdev.vue/vue-env --default-scope app2-scope
Jinjiang commented 2 months ago

@subham25997 teambit.vue/vue just got updated to v0.1.40. the issue has been fixed. feel free to try it again. Thanks.