-
Notifications
You must be signed in to change notification settings - Fork 940
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bit build failed: dev+vue.dev-services.linter.v_zh54tchgb56oqy7unumk5ggzty\node_modules\@bitdev\vue.dev-services.linter.vue-eslint-config\dist\index.js': Cannot find module '@typescript-esdev+vue.dev-services.linter.v_zlint/eslint-plugin' #9112
Comments
I tried installing @typescript-eslint/eslint-plugin also. But it didn't work |
@subham25997 sorry I can't reproduce it. May I have more information like the For mine which doesn't reproduce: $ bit envs
┌─────────────────────────────────────┬───────────────────────────────────┐
│ component │ env │
├─────────────────────────────────────┼───────────────────────────────────┤
│ my-org.my-scope/envs/my-vue-env │ bitdev.general/envs/[email protected] │
├─────────────────────────────────────┼───────────────────────────────────┤
│ my-org.my-scope/envs/my-vue-wrapper │ bitdev.vue/[email protected] │
├─────────────────────────────────────┼───────────────────────────────────┤
│ my-org.my-scope/ui/my-first │ my-org.my-scope/envs/my-vue-env │
└─────────────────────────────────────┴───────────────────────────────────┘ {
"envs/my-vue-env": {
// ...
"forkedFrom": {
"scope": "bitdev.vue",
"name": "examples/my-vue-env",
"version": "1.1.3"
}
},
"envs/my-vue-wrapper": {
// ...
"forkedFrom": {
"scope": "bitdev.vue",
"name": "examples/my-vue-wrapper",
"version": "1.1.2"
}
},
// ...
} Thanks. |
For me, bit envs gives:
In .bitmap, it looks like:
|
It looks fine. May I see |
@Jinjiang Please find it below: bit show suite360/envs/my-vue-env
./config/eslintrc.cjs |
After creating your component, please run |
@itaymendel agree. @subham25997 addition to the errors on your last screenshot: it's fine during the process. the thing you need to check is
and sometimes a fully re-installation helps: rm -r node_modules pnpm-lock.yaml
bit install
bit ws-config write
bit status If you found any Bit command failed, the Thanks. |
I see. Seems this time the error message was different. Would you mind Update: this error message seems probably a Windows-specific issue. I'll try to reproduce it again 🤔 |
@Jinjiang Please follow below steps to reproduce the issue:
|
I think I've reproduced it on my Windows. I will try to solve it and keep you posted. 🙏 Update: If you want to proceed before it on Windows, maybe you can work on your workspace in the WSL environment. Thanks. |
From what I've tried, there is a hack to make it works:
That's what I've debugged so far. /cc @GiladShoham since the trigger I've found is inside the package Thanks. |
@subham25997
Thanks. |
Thank you @Jinjiang it's working. But I am getting another issue when I do bit start: |
I see. I think there are 2 issues:
Thanks. |
@Jinjiang Yes the second issue started when I updated my bit to the latest version. |
Closing this issue and have created a new issue #9122 for component previews not loading. |
With latest version of Bit,
bit new vue my-workspace --env bitdev.vue/vue-env --default-scope my-org.my-scope
Specifications
The text was updated successfully, but these errors were encountered: