Closed hkulekci closed 8 years ago
hello,
This is the error I am getting when i did docker-compose -f docker-compose.yml up
.
Starting mirage_mirage_1
Attaching to mirage_mirage_1
mirage_1 | npm info it worked if it ends with ok
mirage_1 | npm info using npm@3.10.8
mirage_1 | npm info using node@v6.9.1
mirage_1 | npm info lifecycle mirage@0.1.0~prestart: mirage@0.1.0
mirage_1 | npm info lifecycle mirage@0.1.0~start: mirage@0.1.0
mirage_1 |
mirage_1 | > mirage@0.1.0 start /project
mirage_1 | > tsc && concurrently "npm run tsc:w" "npm run lite" "gulp watch"
mirage_1 |
mirage_1 | app/queryBlocks/singlequery/queries/geoboundingbox.query.ts(119,9): error TS1005: ',' expected.
mirage_1 | app/queryBlocks/singlequery/queries/geoboundingbox.query.spec.ts(33,13): error TS1005: ',' expected.
mirage_1 | app/queryBlocks/singlequery/queries/geodistancerange.query.spec.ts(11,13): error TS1005: ',' expected.
mirage_1 | app/queryBlocks/singlequery/queries/geodistancerange.query.spec.ts(21,13): error TS1005: ',' expected.
mirage_1 |
mirage_1 | npm info lifecycle mirage@0.1.0~start: Failed to exec start script
mirage_1 | npm ERR! Linux 4.4.0-31-generic
mirage_1 | npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start" "--host=0.0.0.0"
mirage_1 | npm ERR! node v6.9.1
mirage_1 | npm ERR! npm v3.10.8
mirage_1 | npm ERR! code ELIFECYCLE
mirage_1 | npm ERR! mirage@0.1.0 start: `tsc && concurrently "npm run tsc:w" "npm run lite" "gulp watch" `
mirage_1 | npm ERR! Exit status 2
mirage_1 | npm ERR!
mirage_1 | npm ERR! Failed at the mirage@0.1.0 start script 'tsc && concurrently "npm run tsc:w" "npm run lite" "gulp watch" '.
mirage_1 | npm ERR! Make sure you have the latest version of node.js and npm installed.
mirage_1 | npm ERR! If you do, this is most likely a problem with the mirage package,
mirage_1 | npm ERR! not with npm itself.
mirage_1 | npm ERR! Tell the author that this fails on your system:
mirage_1 | npm ERR! tsc && concurrently "npm run tsc:w" "npm run lite" "gulp watch"
mirage_1 | npm ERR! You can get information on how to open an issue for this project with:
mirage_1 | npm ERR! npm bugs mirage
mirage_1 | npm ERR! Or if that isn't available, you can get their info via:
mirage_1 | npm ERR! npm owner ls mirage
mirage_1 | npm ERR! There is likely additional logging output above.
mirage_1 |
mirage_1 | npm ERR! Please include the following file with any support request:
mirage_1 | npm ERR! /project/npm-debug.log
mirage_mirage_1 exited with code 1
This errors are not about dockerize operation. They are about codes of dev
branch. Right now I rebased the code. I guess you will not see any error.
Thanks for the contribution @hkulekci!
23 improvement