Details
Solution
- Login to MindSphere Cloud Foundry
- Check with the command "cf marketplace" which buildpacks currently supported
- Go to https://github.com/cloudfoundry and search for the specific CF buildpack version
- Under the chapter "Packaged binaries" you can find the information which programming language versions are supported within this CF buildpack.
- You can use ^ ~ inside the package.json file to install a compatible or similar version.
Notes