SAP / generator-easy-ui5

Meta-generator various project types within the UI5 Universe
https://blogs.sap.com/2021/04/09/easy-ui5-3.0-from-community-contributions-to-community-plugins/
Apache License 2.0
235 stars 72 forks source link

env.lookup(. . . . ).filter is not a function: #137

Closed ashrafalimohamed188 closed 10 months ago

ashrafalimohamed188 commented 10 months ago

Easy-Ui5 version: 3.6.3 Run yo easy-ui5 --plugins to print all relevant version strings

OS/version: windows 11/ 22H2 node version:v18.17.0 Browser/version (+device/version):

Steps to reproduce the problem: Step 1 Install NodeJS version 18 Step 2 npm install -g yo generator-easy-ui5 Step 3 execute yo easy-ui5 project

What is the expected result? project creation.

What happens instead? An error occured while running easy-ui5:app#prompting Error easy-ui5 project

env.lookup(. . . . ).filter is not a function.

Any other information? (attach screenshot if possible)

Screenshot (178)

vobu commented 10 months ago

this just got resolved via #133. so please update to the latest version 3.7.0

akudev commented 10 months ago

I can confirm the fix works. Thanks!

ashrafalimohamed188 commented 10 months ago

Thanks