Cannot find local module '../../../db/src/data/model
See original GitHub issueindex.cds
using from './lib/cds/solicitation';
solicitation.cds
namespace "sprolimslabservapi";
using sprolimslabservapi.data.model as app from '../../../db/src/data/model';
service solicitation_service {
entity solicitation as projection on app.solicitation;
}
db structure
srv structure
access .....br10.hana.ondemand.com/v2/
Error: Cannot find local module '../../../db/src/data/model'\n
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
node.js local modules :cannot find module error - Stack Overflow
I am trying to implement local modules in my application. 1.Project root folder i have created folder named test with a file named...
Read more >Cannot find local module · Issue #1616 · nodejs/help - GitHub
Module resolution works in my IDE (VSCode), tsc -w compiles with no error, but node build/index.js fails with the following error:.
Read more >How to resolve "Cannot find module" error in Node - Sabe.io
Try to confirm that the path pointing to the local module is correct and your error should be resolved.
Read more >Fix a CloudWatch canary that's failing with the error "Cannot ...
The error message reads: Cannot find module '/opt/nodejs/node_modules/myfunction. You must create your .zip file under the nodejs/node_modules ...
Read more >cannot find module [Node npm Error Solved] - freeCodeCamp
This error occurs because of the following reasons: you're trying to import an item from a module you don't have installed in your...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Please add the steps to reproduce, or the link to the repository.
Closing this one, assuming the issue got resolved.