Closed scropion86 closed 2 years ago
I cannot see any cloudant-node-sdk
specific error in your logs.
In package @ibm-cloud/cloudant
only the engine version is specified, there is no restriction regarding the npm
version.
I see that your deployment is failing, but from the logs I cannot see any @ibm-cloud/cloudant
specific entry.
By default the engine check is only warns the version mismatch. See engine-strict config, this way I suppose node-gyp
might have some problem. Please contact with them.
thanks , i will take a look into node-gyp
as well\
Describe the bug
i am trying to install node-red , which by default work fine , but one of the dependencies i need require npm version higher than what is installed by default as per the log below
then i changed the
package.json
to have the required version as below"npm": "7.x"
and committed the changes , and deployment failed with with below Log