Replies: 1 comment
-
@mercale what CF provider are you using? Here is a nice article for Loopack 4 and Bluemix, also the Todo examples to IBM CF |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HI - new to loopback here. Ive created a sample api with mongo datasource, This works locally however when this is failing to deploy in Pivotal cloud foundry (PCF) .
Here is my manifest.yml
applications:
buildpack: nodejs_buildpack
stack: cflinuxfs3
memory: 512MB
env:
NODE_ENV: development
instances: 1
-- I push this to PCF with the following command
cf push -f manifest.yml
however this is failing , with the following err:
it seems it can find the global cli commands , any idea how to fix this?
Beta Was this translation helpful? Give feedback.
All reactions