Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node.JS 10 support & yarn support #80

Closed
SergeShkurko opened this issue May 16, 2018 · 2 comments
Closed

Node.JS 10 support & yarn support #80

SergeShkurko opened this issue May 16, 2018 · 2 comments

Comments

@SergeShkurko
Copy link

SergeShkurko commented May 16, 2018

  1. В package.json указана версия node.js "^6.0.0" что не совместимо с новой версией 10
  2. Yarn несколько по другому распределяет модули по файловой системе
  3. Node.JS 10 добавлен в конфигурацию travis & appveyor
  4. Исправлена команда установки модуля т.к. старый синтаксис более не поддерживается npm
- 'npm install -g git://github.com/tars/tars-cli.git#${TRAVIS_COMMIT}'
+ 'npm install -g https://github.com/tars/tars-cli/archive/${TRAVIS_COMMIT}.tar.gz'
@SergeShkurko SergeShkurko changed the title Node.JS 10 support Node.JS 10 support & yarn support May 16, 2018
@artem-malko
Copy link
Member

👍

@SergeShkurko
Copy link
Author

Переношу наработки в концепт 2.0.0 (#82)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants