question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot find local module '../../../db/src/data/model

See original GitHub issue

index.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 image

srv structure image

access .....br10.hana.ondemand.com/v2/ Error: Cannot find local module '../../../db/src/data/model'\n

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
chgeocommented, Feb 24, 2020

Please add the steps to reproduce, or the link to the repository.

0reactions
chgeocommented, Apr 6, 2020

Closing this one, assuming the issue got resolved.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found