2017-02-18 23:32:59 +01:00
|
|
|
# check if npmci is available
|
2016-06-11 23:11:05 +02:00
|
|
|
npmci -v
|
2017-02-18 23:32:59 +01:00
|
|
|
|
|
|
|
# check if we can use lts
|
|
|
|
npmci install lts
|
|
|
|
|
|
|
|
# check if yarn picks it up
|
2017-02-18 23:51:09 +01:00
|
|
|
npmci command yarn global add npmts
|
2017-02-18 23:32:59 +01:00
|
|
|
npmci command npmts -v
|