Skip to content

Landing page in site shows multiple deprecated dependencies. #419

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

Open
mithuns opened this issue Jun 21, 2020 · 3 comments
Open

Landing page in site shows multiple deprecated dependencies. #419

mithuns opened this issue Jun 21, 2020 · 3 comments
Labels
bug Category label for bugs project-landing-page

Comments

@mithuns
Copy link

mithuns commented Jun 21, 2020

Just started trying to setup site using https://github.com/googlecodelabs/tools/tree/master/site#codelabs-site

Immediately seeing multiple deprecated dependencies messages while doing npm install
Wondering if site project is being actively maintained ?

@mithuns
Copy link
Author

mithuns commented Jun 21, 2020

❯ npm install
npm WARN deprecated [email protected]: 🙌  Thanks for using Babel: we recommend using babel-preset-env now: please read https://babeljs.io/env to update!
npm WARN deprecated [email protected]: We don't recommend using Bower for new projects. Please consider Yarn and Webpack or Parcel. You can read how to migrate legacy project here: https://bower.io/blog/2017/how-to-migrate-away-from-bower/
npm WARN deprecated [email protected]: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm WARN deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated [email protected]: No longer maintained. We recomment migrating to ESLint with eslint-config-wikimedia.
npm WARN deprecated [email protected]: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm WARN deprecated [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated [email protected]: Package no longer supported. Contact [email protected] for more info.
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

> [email protected] install /Users/msingh/go/src/work/tools/site/node_modules/fsevents
> node install.js

  SOLINK_MODULE(target) Release/.node
  CXX(target) Release/obj.target/fse/fsevents.o
  SOLINK_MODULE(target) Release/fse.node

> [email protected] install /Users/msingh/go/src/work/tools/site/node_modules/node-sass
> node scripts/install.js

Downloading binary from https://github.com/sass/node-sass/releases/download/v4.14.1/darwin-x64-83_binding.node
Download complete  ⸩ ⠋ :

> [email protected] postinstall /Users/msingh/go/src/work/tools/site/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
> https://opencollective.com/core-js
> https://www.patreon.com/zloirock

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)


> [email protected] postinstall /Users/msingh/go/src/work/tools/site/node_modules/node-sass
> node scripts/build.js

Binary found at /Users/msingh/go/src/work/tools/site/node_modules/node-sass/vendor/darwin-x64-83/binding.node
Testing binary
Binary is fine
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: google-closure-compiler-linux@^20181008.0.0 (node_modules/google-closure-compiler/node_modules/google-closure-compiler-linux):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"x64,x86"} (current: {"os":"darwin","arch":"x64"})

added 1253 packages from 641 contributors and audited 1257 packages in 65.807s

62 packages are looking for funding
  run `npm fund` for details

found 19 vulnerabilities (8 low, 1 moderate, 9 high, 1 critical)
  run `npm audit fix` to fix them, or `npm audit` for details

@cassierecher cassierecher added the bug Category label for bugs label Aug 4, 2020
@kanaksony
Copy link

I am also seeing these errors. Is this issue still open? @mithuns How ou resolved it?

@THANAPORN20
Copy link

Just started trying to setup site using https://github.com/googlecodelabs/tools/tree/master/site#codelabs-site

Immediately seeing multiple deprecated dependencies messages while doing npm install Wondering if site project is being actively maintained ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Category label for bugs project-landing-page
Projects
None yet
Development

No branches or pull requests

4 participants