loopback4-example-microservices
loopback4-example-microservices copied to clipboard
Deprecated - please use https://github.com/strongloop/loopback4-example-shopping/tree/master/kubernetes
# Description/Steps to reproduce npm run on windows throws below error: Module '"http"' has no exported member 'ServerRequest' # Expected result Example to build and run successfully # Additional information...
# Description/Steps to reproduce ``` git clone https://github.com/strongloop/loopback-next-example cd loopback-next-example npm run build npm start ``` # Expected result app example runs # Additional information ``` /Users/danielq/Projects/Playground/loopback-next-example/node_modules/ts-node/src/index.ts:296 throw new TSError(formatDiagnostics(diagnosticList,...
Getting below issue when when running npm i with version- C:\Harish\DIP\loopback4\loopback4-example-microservices>node -v v9.11.2 C:\Harish\DIP\loopback4\loopback4-example-microservices>npm -v 5.6.0 Below is error log -- > [email protected] postinstall C:\Harish\DIP\loopback4\loopback4-example-microservices > bin/install 'bin' is not...
Tried above mentioned example (coming from the official Loopback 4 documentation (https://loopback.io/doc/en/lb4/Repositories.html). Example crashes at runtime with message "Cannot start the app. Error: The key servers.RestServer was not bound to...
There is still some follow up work that needs to be done after #78 (taken from my comment [here](https://github.com/strongloop/loopback4-example-microservices/pull/78#pullrequestreview-107381671)) - follow the instuctions on the README and update either the...
Once https://github.com/strongloop/loopback-next/issues/174 is done and published, we should start following LoopBack.next conventions in this project too. ~~As a short-term workaround, we may want to copy (duplicate) tslint config files and...
we use loopback 3 because it's a declarative way to build an API with the loopback json - with next/4 it's no longer supported. I'm having hard time seeing what's...
Will you be adding any guidance related to watching for changes and recompiling the application? The ts-node repo has an interesting thread that mentions the idea of using [`concurrently`](https://github.com/kimmobrunfeldt/concurrently) and...