Error when trying to start a vue meteor 3 version project

Could anyone tell me how to resolve this problem.

PS C:\Projetos\temp> meteor create vue-projeto --release 3.0-alpha.19 --vue
Something has happened while creating your app using git clone.
Will use cached version of skeletons.
Error message: Using release option
Created a new Meteor app in ‘vue-projeto’.

To run your new app:
cd vue-projeto
meteor

If you are new to Meteor, try some of the learning resources here:
Meteor Software - Build with Meteor.js, deploy on Meteor Cloud

When you’re ready to deploy and host your new Meteor application, check out Cloud:
Meteor Software - Build with Meteor.js, deploy on Meteor Cloud

To start with a different app template, try one of the following:

meteor create --bare # to create an empty app
meteor create --minimal # to create an app with as few Meteor packages as possible
meteor create --full # to create a more complete scaffolded app
meteor create --react # to create a basic React-based app
meteor create --vue # to create a basic Vue3-based app
meteor create --vue-2 # to create a basic Vue2-based app
meteor create --apollo # to create a basic Apollo + React app
meteor create --svelte # to create a basic Svelte app
meteor create --typescript # to create an app using TypeScript and React
meteor create --blaze # to create an app using Blaze
meteor create --tailwind # to create an app using React and Tailwind
meteor create --chakra-ui # to create an app Chakra UI and React
meteor create --solid # to create a basic Solid app

PS C:\Projetos\temp> cd .\vue-projeto
PS C:\Projetos\temp\vue-projeto> meteor
[[[[[ C:\Projetos\temp\vue-projeto ]]]]]

=> Started proxy.
I20231213-18:24:59.495(-3)? error on boot.js ReferenceError: module is not defined
I20231213-18:24:59.506(-3)? at app\postcss.config.js:1:-27
I20231213-18:24:59.506(-3)? at app\postcss.config.js:8:4
I20231213-18:24:59.506(-3)? at C:\Projetos\temp\vue-projeto.meteor\local\build\programs\server\boot.js:372:38
I20231213-18:24:59.506(-3)? at C:\Projetos\temp\vue-projeto.meteor\local\build\programs\server\boot.js:437:15
I20231213-18:24:59.506(-3)? at AsyncLocalStorage.run (node:async_hooks:346:14)
I20231213-18:24:59.506(-3)? at C:\Projetos\temp\vue-projeto.meteor\local\build\programs\server\boot.js:436:39
I20231213-18:24:59.507(-3)? at Function.run (C:\Projetos\temp\vue-projeto.meteor\local\build\programs\server\profile.js:282:14)
I20231213-18:24:59.507(-3)? at startServerProcess (C:\Projetos\temp\vue-projeto.meteor\local\build\programs\server\boot.js:435:19)
I20231213-18:24:59.507(-3)? at Object. (C:\Projetos\temp\vue-projeto.meteor\local\build\programs\server\boot.js:442:5)
I20231213-18:24:59.507(-3)? at Object. (C:\Projetos\temp\vue-projeto.meteor\local\build\programs\server\boot.js:447:3)
I20231213-18:24:59.508(-3)? ReferenceError: module is not defined
I20231213-18:24:59.508(-3)? at app\postcss.config.js:1:-27
I20231213-18:24:59.509(-3)? at app\postcss.config.js:8:4
I20231213-18:24:59.509(-3)? at C:\Projetos\temp\vue-projeto.meteor\local\build\programs\server\boot.js:372:38
I20231213-18:24:59.509(-3)? at C:\Projetos\temp\vue-projeto.meteor\local\build\programs\server\boot.js:437:15
I20231213-18:24:59.509(-3)? at AsyncLocalStorage.run (node:async_hooks:346:14)
I20231213-18:24:59.509(-3)? at C:\Projetos\temp\vue-projeto.meteor\local\build\programs\server\boot.js:436:39
I20231213-18:24:59.509(-3)? at Function.run (C:\Projetos\temp\vue-projeto.meteor\local\build\programs\server\profile.js:282:14)
I20231213-18:24:59.509(-3)? at startServerProcess (C:\Projetos\temp\vue-projeto.meteor\local\build\programs\server\boot.js:435:19)
I20231213-18:24:59.510(-3)? at Object. (C:\Projetos\temp\vue-projeto.meteor\local\build\programs\server\boot.js:442:5)
I20231213-18:24:59.510(-3)? at Object. (C:\Projetos\temp\vue-projeto.meteor\local\build\programs\server\boot.js:447:3)
=> Exited with code: 1
=> Your application is crashing. Waiting for file change.

I don’t know what causes the error but I’m sure that windows is the last environment they support. Maybe you should try on Mac or Linux.