You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: