bootstrap-vue-next: missing files in 0.1.13?

I don’t know if this is related to nuxt, pnpm or bootstrap-vue-3 itself. but I just tried to use <b-container> and… meh.

ERROR  Failed to resolve import "../types/position" from "../../node_modules/.pnpm/bootstrap-vue-3@0.1.13_bootstrap@5.1.3/node_modules/bootstrap-vue-3/src/components/BContainer.vue". Does the file exist? (repeated 4 times)

I can see position.d.ts there. any suggestion on how to fix this?

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 16 (11 by maintainers)

Most upvoted comments

It’s fixed on the dev branch.

@aceofwings @VividLemon when shall we merge dev into main?

The intention was to test some things and make sure it works. But once I finish up a couple of things it could be released and any issues could be fixed later, if any.

Edit: in some release the import was made into ‘@/types’ so this should not be an issue.

I did have a lot of problems related to the @ alias when using bootstrap-vue-3 directly from git… is this the kind of thing using the release or using transpile in nuxt.config would fix?

is a 0.1.14 overdue?

The import alias has never appeared in a release. There’s four errors currently limiting building a new release.