-
-
Notifications
You must be signed in to change notification settings - Fork 503
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
Deprecation warnings on install #1178
Comments
Could you run the following commands and share their output? npm ls chokidar
npm ls fsevents
npm ls resolve-url
npm ls urix
npm ls core-js This way, we can see, which dependency pulls in the deprecated version. |
npm ls chokidar npm ls fsevents npm ls resolve-url npm ls urix npm ls core-js |
I'm not getting the same deprecation warnings as OP, but all of the dependencies seem to be coming from $ npm ls chokidar@2.1.8 fsevents@1.2.13 resolve-url@0.2.1 urix@0.1.0 core-js@2.6.11
eleventysite@0.0.1 /home/josebolos/devel/eleventy
└─┬ @11ty/eleventy@0.11.0
├─┬ browser-sync@2.26.7
│ ├─┬ chokidar@2.1.8
│ │ └── UNMET OPTIONAL DEPENDENCY fsevents@1.2.13
│ └─┬ micromatch@3.1.10
│ └─┬ snapdragon@0.8.2
│ └─┬ source-map-resolve@0.5.3
│ ├── resolve-url@0.2.1
│ └── urix@0.1.0
└─┬ pug@2.0.4
└─┬ pug-code-gen@2.0.2
└─┬ constantinople@3.1.2
└─┬ babel-types@6.26.0
└─┬ babel-runtime@6.26.0
└── core-js@2.6.11 |
In relation, I am today getting this new security warning from npm when I install eleventy: ┌──────────────────────────────────────────────────────────────────────────────┐ |
Hi @mmc41, please read #1025 (comment) and open a new issue (in case it wasn't reported yet). Thanks. |
|
I'm getting the same issue, ive been trying to resolve it for 2-3 days now. |
i am also facing this issue |
Using
|
An update here regarding these deps specifically on master:
Going to close this! Follow along at #1394 for the valid core-js issue |
Describe the bug
Deprecation warnings on install that affect unsupported code, supported node versions and potential security issues.
To Reproduce
npm install
Expected behavior
No warnings on install.
Environment:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: