Hi everyone,
Doing my first steps with CAP and I just face the very first initial issue. I'm doing the mission Create a Business Service with Node.js Using Visual Studio Code (https://developers.sap.com/tutorials/cp-apm-nodejs-create-service.html) and I face the following error when I run the command cds watch for the first time.
[ERROR] Cannot find module 'C:\Users\<user>\AppData\Roaming\npm\node_modules\@sap\cds-dk\node_modules\sqlite3\lib\binding\node-v72-win32-x64\node_sqlite3.node'
As you might guess, I'm an old school abaper trying to learn new abilities and I'm really confused. I tried to install sqlite3 using the command npm i -g sqlite3. It installed something but the error remains.
Any hint to fix it?
Thanks in advance,
David R.