2016-09-17 17 views
0

私はDropboxからherokuにNode(MEAN)アプリケーションをデプロイしようとしています しかし、私には間違いがあります。ここで HerokuにNode appを展開できません

は、ログファイルである: - 正常に動作しているローカルのすべての問題 何ができるかを理解することができません

Installing node modules (package.json) 

     > [email protected] install /tmp/build_40351018a3cb98a2c8dc0f452f6974b4/node_modules/bufferutil 
     > node-gyp rebuild 

     make: Entering directory `/tmp/build_40351018a3cb98a2c8dc0f452f6974b4/node_modules/bufferutil/build' 
     CXX(target) Release/obj.target/bufferutil/src/bufferutil.o 
     SOLINK_MODULE(target) Release/obj.target/bufferutil.node 
     COPY Release/bufferutil.node 
     make: Leaving directory `/tmp/build_40351018a3cb98a2c8dc0f452f6974b4/node_modules/bufferutil/build' 

     > [email protected] install /tmp/build_40351018a3cb98a2c8dc0f452f6974b4/node_modules/utf-8-validate 
     > node-gyp rebuild 

     make: Entering directory `/tmp/build_40351018a3cb98a2c8dc0f452f6974b4/node_modules/utf-8-validate/build' 
     CXX(target) Release/obj.target/validation/src/validation.o 
     SOLINK_MODULE(target) Release/obj.target/validation.node 
     COPY Release/validation.node 
     make: Leaving directory `/tmp/build_40351018a3cb98a2c8dc0f452f6974b4/node_modules/utf-8-validate/build' 

     > [email protected] postinstall /tmp/build_40351018a3cb98a2c8dc0f452f6974b4 
     > tsd reinstall -so 

     sh: 1: tsd: not found 

     npm ERR! Linux 3.13.0-93-generic 
     npm ERR! argv "/tmp/build_40351018a3cb98a2c8dc0f452f6974b4/.heroku/node/bin/node" "/tmp/build_40351018a3cb98a2c8dc0f452f6974b4/.heroku/node/bin/npm" "install" "--unsafe-perm" "--userconfig" "/tmp/build_40351018a3cb98a2c8dc0f452f6974b4/.npmrc" 
     npm ERR! node v5.11.1 
     npm ERR! npm v3.8.6 
     npm ERR! file sh 
     npm ERR! code ELIFECYCLE 
     npm ERR! errno ENOENT 
     npm ERR! syscall spawn 
     npm ERR! [email protected] postinstall: `tsd reinstall -so` 
     npm ERR! spawn ENOENT 
     npm ERR! 
     npm ERR! Failed at the [email protected] postinstall script 'tsd reinstall -so'. 
     npm ERR! Make sure you have the latest version of node.js and npm installed. 
     npm ERR! If you do, this is most likely a problem with the bluedress package, 
     npm ERR! not with npm itself. 
     npm ERR! Tell the author that this fails on your system: 
     npm ERR!  tsd reinstall -so 
     npm ERR! You can get information on how to open an issue for this project with: 
     npm ERR!  npm bugs bluedress 
     npm ERR! Or if that isn't available, you can get their info via: 
     npm ERR!  npm owner ls bluedress 
     npm ERR! There is likely additional logging output above. 

     npm ERR! Please include the following file with any support request: 
     npm ERR!  /tmp/build_40351018a3cb98a2c8dc0f452f6974b4/npm-debug.log 
-----> Build failed 

     We're sorry this build is failing! You can troubleshoot common issues here: 
     https://devcenter.heroku.com/articles/troubleshooting-node-deploys 

     Some possible problems: 

     - Node version not specified in package.json 
     https://devcenter.heroku.com/articles/nodejs-support#specifying-a-node-js-version 

。 package.jsonでノードのバージョンも追加しましたが、同じ問題が発生しています。

答えて

関連する問題