Skip to content Skip to sidebar Skip to footer

Ibm Bluemix Node.js Native Promise Support

In my node.js application I use Promises very frequently. When working with the official node.js implementation V4 I don't have any problems. Node supports Promises since 0.13 nati

Solution 1:

In your Dockerfile, please try setting FROM ibmnode:v4 instead of FROM ibmnode:latest. Although they should refer to the same version, it may be possible that you're somehow accidentally getting 0.12.x.


Post a Comment for "Ibm Bluemix Node.js Native Promise Support"