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

Brand new install, 2 deprecated messages (but on console error output) #134

Open
ArfyFR opened this issue Apr 8, 2020 · 0 comments
Open

Comments

@ArfyFR
Copy link

ArfyFR commented Apr 8, 2020

Hi,

By installing grunt-cli on a brand new Linux
npm install -g grunt-cli

I get the following warnings on npm error console:

+ [email protected]
added 150 packages from 121 contributors in 7.772s
npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated

It seems that source-map-resolve removed the dependencies in 0.6.0
See lydell/source-map-resolve@df81125#diff-b9cfc7f2cdf78a7f4b91a753d10865a2

And it is a dependencies from liftoff

npm ls urix
C:\Users\pasb\AppData\Roaming\npm
`-- [email protected]
  `-- UNMET DEPENDENCY [email protected]
    `-- UNMET DEPENDENCY [email protected]
      `-- UNMET DEPENDENCY [email protected]
        `-- UNMET DEPENDENCY [email protected]
          `-- UNMET DEPENDENCY [email protected]
            `-- UNMET DEPENDENCY [email protected]

(same npm ls for resolve-url)

And "up to date version" of liftoff is 3.1.0, here you have in package.json
"liftoff": "~2.5.0",
As all run well "after", I mean grunt is working, but you may perhaps update grunt-cli or dependencies to avoid this ?

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

No branches or pull requests

1 participant