bugthesystem / rdash-angular2

RDash admin dashboard theme /w AngularJS2 & TypeScript
https://rdash-angular2.herokuapp.com
MIT License
182 stars 89 forks source link

Deploy to Heroku #10

Open yrunts opened 8 years ago

yrunts commented 8 years ago

I've tried to deploy application to Heroku but received error

remote: > rdash-angular2@0.0.2 typings /tmp/build_5224193d7899447ce2b40d5c7ef4d0fc remote: > typings install remote: remote: sh: 1: typings: not found remote: remote: npm ERR! Linux 3.13.0-93-generic remote: npm ERR! argv "/tmp/build_5224193d7899447ce2b40d5c7ef4d0fc/.heroku/node/bin/node" "/tmp/build_5224193d7899447ce2b40d5c7ef4d0fc/.heroku/node/bin/npm" "run" "typings" remote: npm ERR! node v5.11.1 remote: npm ERR! npm v3.8.6 remote: npm ERR! file sh remote: npm ERR! code ELIFECYCLE remote: npm ERR! errno ENOENT remote: npm ERR! syscall spawn remote: npm ERR! rdash-angular2@0.0.2 typings: typings install remote: npm ERR! spawn ENOENT remote: npm ERR! remote: npm ERR! Failed at the rdash-angular2@0.0.2 typings script 'typings install'. remote: npm ERR! Make sure you have the latest version of node.js and npm installed. remote: npm ERR! If you do, this is most likely a problem with the rdash-angular2 package, remote: npm ERR! not with npm itself. remote: npm ERR! Tell the author that this fails on your system: remote: npm ERR! typings install remote: npm ERR! You can get information on how to open an issue for this project with: remote: npm ERR! npm bugs rdash-angular2 remote: npm ERR! Or if that isn't available, you can get their info via: remote: npm ERR! npm owner ls rdash-angular2 remote: npm ERR! There is likely additional logging output above. remote: remote: npm ERR! Please include the following file with any support request: remote: npm ERR! /tmp/build_5224193d7899447ce2b40d5c7ef4d0fc/npm-debug.log remote: remote: npm ERR! Linux 3.13.0-93-generic remote: npm ERR! argv "/tmp/build_5224193d7899447ce2b40d5c7ef4d0fc/.heroku/node/bin/node" "/tmp/build_5224193d7899447ce2b40d5c7ef4d0fc/.heroku/node/bin/npm" "install" "--unsafe-perm" "--userconfig" "/tmp/build_5224193d7899447ce2b40d5c7ef4d0fc/.npmrc" remote: npm ERR! node v5.11.1 remote: npm ERR! npm v3.8.6 remote: npm ERR! code ELIFECYCLE remote: npm ERR! rdash-angular2@0.0.2 postinstall: npm run typings remote: npm ERR! Exit status 1 remote: npm ERR! remote: npm ERR! Failed at the rdash-angular2@0.0.2 postinstall script 'npm run typings'. remote: npm ERR! Make sure you have the latest version of node.js and npm installed. remote: npm ERR! If you do, this is most likely a problem with the rdash-angular2 package, remote: npm ERR! not with npm itself. remote: npm ERR! Tell the author that this fails on your system: remote: npm ERR! npm run typings remote: npm ERR! You can get information on how to open an issue for this project with: remote: npm ERR! npm bugs rdash-angular2 remote: npm ERR! Or if that isn't available, you can get their info via: remote: npm ERR! npm owner ls rdash-angular2 remote: npm ERR! There is likely additional logging output above. remote: remote: npm ERR! Please include the following file with any support request: remote: npm ERR! /tmp/build_5224193d7899447ce2b40d5c7ef4d0fc/npm-debug.log remote: remote: -----> Build failed

aminerhanemi commented 7 years ago

Hi did you find a solution for this problem ?