Ibm cloud 我的bluemix应用程序刚刚停止构建。我怎样才能修好它?

Ibm cloud 我的bluemix应用程序刚刚停止构建。我怎样才能修好它?,ibm-cloud,Ibm Cloud,在今天的部署期间(大约一周后开始),我的应用程序没有启动。这些更改只是表面性的,只包括业务逻辑,而不包括配置。有什么不对劲?我怎样才能解决这个问题 -----> Building dependencies Installing node modules (package.json) npm ERR! unpack Could not read data for bluemix-management-client@1.0.4 npm ERR! arg

在今天的部署期间(大约一周后开始),我的应用程序没有启动。这些更改只是表面性的,只包括业务逻辑,而不包括配置。有什么不对劲?我怎样才能解决这个问题

-----> Building dependencies
       Installing node modules (package.json)
       npm ERR! unpack Could not read data for bluemix-management-client@1.0.4
       npm ERR! argv "/tmp/staged/app/vendor/node/bin/node" "/tmp/staged/app/vendor/node/bin/npm" "install" "--unsafe-perm" "--userconfig" "/tmp/staged/app/.npmrc"
       npm ERR! node v5.12.0
       npm ERR! npm  v3.8.6
       npm ERR! code E404
       npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/bluemix-management-client
       npm ERR! 404  'bluemix-management-client' is not in the npm registry.
       npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
       npm ERR! 404 It was specified as a dependency of 'Atlas2'
       npm ERR! 404 Note that you can also install from a
       npm ERR! Please include the following file with any support request:
       npm ERR!     /tmp/staged/app/npm-debug.log
-----> Build failed

通过以下方式重新应用构建包,由我自己解决:

cf push -b sdk-for-nodejs_v3_6-20160715-0749

我从中获取了构建包名称。

切换到npm>=3.10.0,问题就解决了。

能否粘贴package.json文件?
cf buildpacks
命令还列出了Bluemix可用的构建包。