question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

gulp-util@3.0.8 is deprecated.

See original GitHub issue
  • Laravel Mix Version: laravel-mix@1.7.2
  • Node Version: 9.2.1
  • NPM Version: 5.6.0
  • OS: MacOS 10.13.2

Description:

gulp-util@3.0.8 is deprecated. https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5. installing a new laravel project and running npm install results in these warnings, not sure if the EINTEGRITY is related to gulp-util though. It seems a dependency of laravel-mix dependencies is using this (gulp-decompress).

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
WARN registry Unexpected warning for https://registry.npmjs.org/: Miscellaneous Warning EINTEGRITY: sha1-aALmJk79GMeQobDVF/DyYnvyyUo= integrity checksum failed when using sha1: wanted sha1-aALmJk79GMeQobDVF/DyYnvyyUo= but got sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==. (3526 bytes)
WARN registry Using stale package data from https://registry.npmjs.org/ due to a request error during revalidation.
WARN registry Unexpected warning for https://registry.npmjs.org/: Miscellaneous Warning EINTEGRITY: sha1-+PLIh60Qv2f2NPAFtph/7TF5qsg= integrity checksum failed when using sha1: wanted sha1-+PLIh60Qv2f2NPAFtph/7TF5qsg= but got sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==. (2301 bytes)
WARN registry Using stale package data from https://registry.npmjs.org/ due to a request error during revalidation.
WARN registry Unexpected warning for https://registry.npmjs.org/: Miscellaneous Warning EINTEGRITY: sha1-qRlH2h9KUW6jjltOwOw3c2deCIY= integrity checksum failed when using sha1: wanted sha1-qRlH2h9KUW6jjltOwOw3c2deCIY= but got sha512-dwVUVIXsBZXwTuwnXI9RK8sBmgq09NDHzyR9SAph9eqk76gKK2JSQmZARC2zRC81JC2QTtxD0ARU5qTS25gIGw==. (4568 bytes)
WARN registry Using stale package data from https://registry.npmjs.org/ due to a request error during revalidation.
WARN registry Unexpected warning for https://registry.npmjs.org/: Miscellaneous Warning EINTEGRITY: sha1-QKBQ7I3DtTsz2ZCUFcAsC/Gr+60= integrity checksum failed when using sha1: wanted sha1-QKBQ7I3DtTsz2ZCUFcAsC/Gr+60= but got sha512-c0yTD2rbQzXtSsFSVhtpvY/vS6u066PcXOX9kBB3mSO76RiUQzL340uJkGBWnlBg4/HZzqiUXtaVA7wcRcJgEw==. (49753 bytes)
WARN registry Using stale package data from https://registry.npmjs.org/ due to a request error during revalidation.

Steps To Reproduce:

install a new laravel project and run npm install

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:3
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
billdanburycommented, Mar 15, 2018

Problem persists as of laravel-mix 2.1.2 via gulp-decompress@1.2.0. Please reopen this issue for resolution.

└─┬ laravel-mix@2.1.2
  └─┬ img-loader@2.0.1
    └─┬ imagemin-gifsicle@5.2.0
      └─┬ gifsicle@3.0.4
        └─┬ bin-build@2.2.0
          └─┬ download@4.4.3
            └─┬ gulp-decompress@1.2.0
              └── gulp-util@3.0.8
0reactions
SodomousPrimecommented, Jun 12, 2018

From fresh install of Laravel Framework 5.6.24. With no changes made. fails at “npm install”, npm-message-info

Read more comments on GitHub >

github_iconTop Results From Across the Web

gulputil deprecation - freeCodeCamp/league-for-good - GitHub
Gulputil was deprecated (I'm not sure when) so now npm kills the install process. What do I do from here? (Using nodejs 6)...
Read more >
Cannot Find Module 'Gulp-Util' - ADocLib
npm WARN deprecated gulputil@3.0.8: gulputil is deprecated replace it following the ... v3.0.8 of dependency gulputil has the following deprecation notice:.
Read more >
imagemin | Minify | Runtime Evironment library - kandi
Nuxtjs vuetify throwing lots of `Using / for division is deprecated and will be removed in Dart Sass 2.0.0.` copy icon. Copy download...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found