Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Failed to compile droplet: Failed to run all supply scripts: exit status 14 #209

Closed
robdickens opened this issue Feb 27, 2019 · 4 comments
Closed

Comments

@robdickens
Copy link

robdickens commented Feb 27, 2019

Hi,

I'm trying to cf push the service broker as per the instructions here - https://github.com/Azure/meta-azure-service-broker/blob/master/docs/how-admin-deploy-the-broker.md

When I get to the cf push section, i get the following error

npm ERR! Maximum call stack size exceeded
npm ERR! A complete log of this run can be found in:
npm ERR! /home/vcap/.npm/_logs/2019-02-27T14_59_54_913Z-debug.log
**ERROR** Unable to build dependencies: exit status 1
Failed to compile droplet: Failed to run all supply scripts: exit status 14
Exit status 223

unfortunately it does not appear to write the debug log into the location it suggests so I am unsure how to proceed.

Is this an issue anyone else has seen?

@zhongyi-zhang
Copy link
Contributor

It looks like a similar issue to #207. Could you have a try removing offline=true?

@robdickens
Copy link
Author

Hi @zhongyi-zhang - this does get past the immediate error.
Will this cause me any issues moving forward?

@zhongyi-zhang
Copy link
Contributor

If your CF environment for the broker app doesn't block NPM registry, that's totally fine. Else, you can run npm install locally, add offline=true back, and push, it should also work well.

@robdickens
Copy link
Author

That's great, thanks for the help and information!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants