cancel
Showing results for 
Search instead for 
Did you mean: 

VSCode Fiori Application Wizard throwing invalid version error

mrj_marcelo
Participant
0 Kudos

Hi, when I run the Fiori: Open Application Generator command, in VSCode, I get this error in entity select step:

 mrj_marcelo_0-1712930962153.png

Who can help me?

Ivan-Mirisola
Product and Topic Expert
Product and Topic Expert

Hi @mrj_marcelo,

What's the version of node components you have installed? Did you perform a global update on them?

npm install -g npm-check-updates
ncu -g

The following command will give you all modules that may be upgraded to a more recent version.

The following command may not list all updates possible globally:

npm outdated -g --depth=0

However, when you issue the following command, it will update any missing version updates:

npm update -g

Best regards,
Ivan 

Accepted Solutions (0)

Answers (0)