cancel
Showing results for 
Search instead for 
Did you mean: 

Issues with SQLITE in local IDE

01-25-2021 11:50 AM
alugunov Explorer
641 views 3 comments
0 Likes
SAP Managed Tags
Subscribe

Hello,

I am working with my Project locally with VS Code and also with BAS and everything was fine till last week.

It seems that there were some changes in CDS which potentially caused following Problems:

1) All http requests to localhost to any endpoint ended with an error:

SQLITE_ERROR: no such table: localized_BlablaService_BlaBla

2) If I try to deploy to sqlite: cds deploy --to sqlite: <db name>, I recieve an error: Cannot find module 'big.js'. Google also didn't help me to fix issue with "big.js".

Version of local cds:

@sap/capire-samples: undefined

@sap/cds: 4.4.7

@sap/cds-compiler: 1.46.6

@sap/cds-dk: 3.3.5

@sap/cds-foss: 2.2.0

@sap/cds-reflect: 2.13.4

@sap/cds-runtime: 2.7.8 Node.js: v12.18.2

Node.js: v12.18.2

Version of sqlite in package.json: ^4.2.0 (as devDependency)

Tried to change to version 5, same result.

best regards,

Andrej

0 Likes

Accepted Solutions (0)

Answers (0)