Open MTL-DumitruIordachi opened 2 years ago
Getting the same error on Windows as well, any updates on this?
@MTL-DumitruIordachi @jay9645 I'm not involved in maintaining this package in any way, however I was facing the same error. In order to solve it, I made a slight adjustment on ln 9 in the cf-create-app/lib/setup/runCdsInit.js
file, where I replaced npx @sap/cds-dk init ${this.appName}
with cds init ${this.appName}
. With the fix in place it's able to create a project as expected using Windows 11.
Hi, I am a web developer and I had a problem using your tool. I have installed all prerequisites and checked npm version, no results. Any advices on this topic? Thanks!