Laravel-mix: [email protected] is deprecated.

Created on 9 Jan 2018  ยท  6Comments  ยท  Source: JeffreyWay/laravel-mix

  • Laravel Mix Version: [email protected]
  • Node Version: 9.2.1
  • NPM Version: 5.6.0
  • OS: MacOS 10.13.2

Description:

[email protected] 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 [email protected]: 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

Most helpful comment

Problem persists as of laravel-mix 2.1.2 via [email protected]. Please reopen this issue for resolution.

โ””โ”€โ”ฌ [email protected]
  โ””โ”€โ”ฌ [email protected]
    โ””โ”€โ”ฌ [email protected]
      โ””โ”€โ”ฌ [email protected]
        โ””โ”€โ”ฌ [email protected]
          โ””โ”€โ”ฌ [email protected]
            โ””โ”€โ”ฌ [email protected]
              โ””โ”€โ”€ [email protected]

All 6 comments

Problem persists as of laravel-mix 2.1.2 via [email protected]. Please reopen this issue for resolution.

โ””โ”€โ”ฌ [email protected]
  โ””โ”€โ”ฌ [email protected]
    โ””โ”€โ”ฌ [email protected]
      โ””โ”€โ”ฌ [email protected]
        โ””โ”€โ”ฌ [email protected]
          โ””โ”€โ”ฌ [email protected]
            โ””โ”€โ”ฌ [email protected]
              โ””โ”€โ”€ [email protected]

Having an issue as well

npm WARN deprecated [email protected]: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5

npm WARN prefer global [email protected] should be installed with -g

I'm also having this issue. npm install stops working after this warning is shown.

I only install gulp, gulp-sass, and create an gulpfile.js into the proyect, then use the directives. see this video, it help me: https://www.youtube.com/watch?v=e1G7ZpwoRe4

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hasnatbabur picture hasnatbabur  ยท  3Comments

rlewkowicz picture rlewkowicz  ยท  3Comments

rderimay picture rderimay  ยท  3Comments

sdebacker picture sdebacker  ยท  3Comments

terion-name picture terion-name  ยท  3Comments