Stephen Hebert

Results 16 comments of Stephen Hebert
trafficstars

Thanks, @userquin These are my node and npm versions: > Node: 14.17.3 - ~/.nvm/versions/node/v14.17.3/bin/node > npm: 6.14.13 - ~/.nvm/versions/node/v14.17.3/bin/npm Which versions are required?

It also fails with: npm v8.3.1 node v16.14.0 Tested by someone else on my team

It seems that this may be platform dependent. This seems to work fine in Windows 10, but fail in MacOS and Ubuntu

Update: This is still an issue. It seems that it builds fine in windows, but fails on other platforms. Here's the same issue in the vite-plugin-vue-i18n repo: https://github.com/intlify/bundle-tools/issues/107

I've just updated the deps in the reproduction repo and confirmed that this is still an issue.

> `@intlify/vite-plugin-vue-i18n` is not supported on vite 4 > please you would use `@intlify/unplugin-vue-i18n` > https://github.com/intlify/bundle-tools#-packages Thanks, kazupon. I added a branch that uses unplugin-vue-i18n. It has the same issue.

I've encountered this also. The workaround I use is to move widgets.vue to widgets/index.vue.

Same issue reported also to unplugin-vue-i18n: https://github.com/intlify/bundle-tools/issues/107