tars / tars-cli

CLI for TARS
MIT License
106 stars 28 forks source link

Gulp util is deprecated #106

Closed jonhewines closed 5 years ago

jonhewines commented 5 years ago

When trying to install TARS-cli with npm i -g tars-cli I get this error:

npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm WARN deprecated win-spawn@2.0.0: use [cross-spawn](https://github.com/IndigoUnited/node-cross-spawn) or [cross-spawn-async](https://github.com/IndigoUnited/node-cross-spawn-async) instead.
npm ERR! code E404
npm ERR! 404 Not Found - GET https://codeload.github.com/stof/gulp-sass/tar.gz/upgrade_lodash
npm ERR! 404
npm ERR! 404  'gulp-sass@https://github.com/stof/gulp-sass/archive/upgrade_lodash.tar.gz' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'tars-cli'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
artem-malko commented 5 years ago

Hi) It's not gulp-util. It's gulp-sass) I will update it today.

artem-malko commented 5 years ago

Fixed in new version of tars and tars-cli)

jonhewines commented 5 years ago

Thanks @artem-malko much appreciated!