Updated the README file to reflect NodeJS version bump #112
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates the Node URL in the section 1. Deploying the broker.
As it stands, the current NodeJS buildpack in the README is deprecated. Because of this, the overview-broker is unable to be deployed. Per issue #300, it seems as though some work is being scheduled to bump the NodeJS version to version 14. While this work is being sorted out, it would be nice if the README was kept up to date. This is what my PR addresses.
Running the command
cf push overview-broker -i 1 -m 256M -k 256M --random-route -b https://github.com/cloudfoundry/nodejs-buildpack
from the README yielded this error:The command
cf push overview-broker -i 1 -m 256M -k 256M --random-route -b 'https://github.com/cloudfoundry/nodejs-buildpack#v1.7.52
is needed to fix the buildpack error and deploy the overview-broker. This is the exact command that I placed in the README file.