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

Depreciated NPM packages #27

Open
ctypeh opened this issue Nov 23, 2018 · 2 comments
Open

Depreciated NPM packages #27

ctypeh opened this issue Nov 23, 2018 · 2 comments

Comments

@ctypeh
Copy link
Member

ctypeh commented Nov 23, 2018

A majority of the packages used to build the website are depreciated and some will no longer work as a result when trying to do a fresh install. Some effort is needed to update these.

npm WARN deprecated [email protected]: Use vinyl-fs.symlink (or gulp.symlink with gulp 4) instead.
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
loadDep:urix → get        ▀ ╢███████████████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░╟
npm WARN deprecated [email protected]: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN deprecated [email protected]: CircularJSON is in maintenance only, flatted is its successor.

npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: [email protected]
@bentsherman
Copy link
Member

These dependencies all pertain to the gulp build system. Gulp has since been updated to version 4 and has a slightly different interface. If you migrate the gulpfile.js to version 4 then you should be able to eliminate these warnings.

@bentsherman
Copy link
Member

I went ahead and upgraded the build system as a result of dealing with security vulnerabilities, so I think these issues should be resolved. If not, you can run npm outdated to see which packages can be updated.

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

No branches or pull requests

2 participants