cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot find module 'bluebird' exception occured

0012anirban
Contributor
564

Tutorials: https://developers.sap.com/tutorials/btp-cap-beginner-golden-path.html
--------------------------

When i run bookshop service in trial dev space of a CAP project, the debugger shows an exception Cannot find module bluebird even though bluebird module is available in the node_modules folder.

Attaching the error file which i get.

bluebird-exception.txt

I tried npm install bluebird but still get this error

Can anyone help me out with this error?

Regards

Anirban

Accepted Solutions (0)

Answers (1)

Answers (1)

Arley-Triana-Morin
Product and Topic Expert
Product and Topic Expert
0 Kudos

It seems to be that an npm dependency is missing. You might need to install the bluebird npm package locally to work around this issue.