18F / 18f-scaffolding

A scaffold/generator to standardize 18F project setup
Other
26 stars 14 forks source link

manifest generator for node throws error #63

Open EricSchles opened 7 years ago

EricSchles commented 7 years ago

When I run yo 18f:cf-manifest it generates the three manifest files just fine. However when I try to do cf push I get:

Server error, status code: 400, error code: 100001, message: The app is invalid: buildpack node_buildpack is not valid public url or a known buildpack name

The name for the buildpack is wrong. I'm not sure how to address this yet, but will be looking into it.