New project on version 2.0.2

Hello team,

I am trying to start a new project with java 17 on version 2.0.2 and when i run the empty project created, i get the folowing error:
npm version is 9.6.7
IntelliJ IDEA 2023.2.2

2023-09-29T14:20:48.184+03:00  INFO 14504 --- [onPool-worker-1] c.v.f.s.frontend.TaskUpdatePackages      : Running `pnpm install` to resolve and optionally download frontend dependencies. This may take a moment, please stand by...
2023-09-29T14:20:52.113+03:00  WARN 14504 --- [onPool-worker-1] c.v.flow.server.frontend.FrontendTools   : version check 'C:\Program Files\nodejs\npx.cmd --yes --quiet pnpm' failed
Found too old globally installed 'pnpm'. Please upgrade 'pnpm' to at least 5.0.0

Thanks

Hello,

"Found too old globally installed ‘pnpm’. " → I don’t like this.

Based on this I would check if there are indeed previous npm installations on your development OS that are somehow being used instead of the correct one.

Do you maybe have access to some other PC than yours, or a virtual machine, to test installation on the clean OS?

Kind regards,
Mladen

Hi,

It’s strange because i have other project on 2.0.2 that is working fine.
This is a fresh installed windows 11 pc, with intelij config migrated from a windows 10
Can you guide me what to check?

Thanks in advance,
Sorin

Hello,

first thing I would do is install this JetBrains Toolbox App: Manage Your Tools with Ease
and then make a separate, clean IntelliJ installation, without any config migration.
Then start a new project and see if it works.

Kind regards,
Mladen

Hello,

I uninstalled Nodejs and now it’s ok.
Thank you for support