Created
August 14, 2019 10:22
-
-
Save korczis/2cb296c41a8abf73d17ccc6e4ec8ecb1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Last login: Wed Aug 14 10:38:51 on ttys027 | |
korCZis-452069:~ korczis$ cd dev | |
korCZis-452069:dev korczis$ cd tmp | |
korCZis-452069:tmp korczis$ git clone [email protected]:template-automation/nest-egg-be.git | |
fatal: destination path 'nest-egg-be' already exists and is not an empty directory. | |
korCZis-452069:tmp korczis$ rm -rf ./* | |
korCZis-452069:tmp korczis$ git clone [email protected]:template-automation/nest-egg-be.git | |
Cloning into 'nest-egg-be'... | |
remote: Enumerating objects: 1505, done. | |
remote: Counting objects: 100% (1505/1505), done. | |
remote: Compressing objects: 100% (774/774), done. | |
remote: Total 1505 (delta 911), reused 1189 (delta 679) | |
Receiving objects: 100% (1505/1505), 448.81 KiB | 4.27 MiB/s, done. | |
Resolving deltas: 100% (911/911), done. | |
korCZis-452069:tmp korczis$ cd nest-egg-be/ | |
korCZis-452069:nest-egg-be korczis$ clear | |
NODE_ENV=development | |
korCZis-452069:nest-egg-be korczis$ yarn | |
yarn install v1.17.3 | |
warning package.json: No license field | |
warning ../../../package.json: No license field | |
warning [email protected]: No license field | |
[1/5] π Validating package.json... | |
warning [email protected]: No license field | |
[2/5] π Resolving packages... | |
[3/5] π Fetching packages... | |
[4/5] π Linking dependencies... | |
warning " > @kiwicom/[email protected]" has incorrect peer dependency "eslint@>=6 <7". | |
warning "@kiwicom/eslint-config > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0". | |
[5/5] π¨ Building fresh packages... | |
β¨ Done in 18.03s. | |
korCZis-452069:nest-egg-be korczis$ yarn run build | |
yarn run v1.17.3 | |
warning package.json: No license field | |
warning ../../../package.json: No license field | |
$ tsc -p ./ | |
β¨ Done in 3.69s. | |
korCZis-452069:nest-egg-be korczis$ yarn run start | |
yarn run v1.17.3 | |
warning package.json: No license field | |
warning ../../../package.json: No license field | |
$ node lib/main.js | |
nest-egg:main starting application +0ms | |
nest-egg:router initializing router +0ms | |
nest-egg:templates cloning templates repo... +0ms | |
(node:47132) ExperimentalWarning: Readable[Symbol.asyncIterator] is an experimental feature. This feature could change at any time | |
nest-egg:templates clonning - done +0ms | |
nest-egg:app REST API server started, port: 3000 +0ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment