-
Notifications
You must be signed in to change notification settings - Fork 756
Several outdated dependencies and security issues #145
Comments
->> start with node version 10.. |
@Demieno thanks for your fast response. I tried to get the boilerplate running but i seem to do something wrong here. The App always crashes with different errors, with node version 6 and 10. Some errors here were also reported in another issue (the express-validator issue). Further steps i took are marked bold in this post as you scroll through the output below SO here is what i did when i tried with node 10 as you suggested: PS C:\Users\MarkusWals\source\repos\vue-express-mongo-boilerplate> docker-compose build
Downloading https://chromedriver.storage.googleapis.com/2.41/chromedriver_linux64.zip
Downloading binary from https://github.com/sass/node-sass/releases/download/v4.9.3/linux-x64-64_binding.node
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:
Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
Binary found at /usr/src/app/node_modules/node-sass/vendor/linux-x64-64/binding.node
Love nodemon? You can now support the project via the open collective: npm WARN prepublish-on-install As of npm@5, added 1987 packages from 1882 contributors and audited 19819 packages in 51.026s After changing nodemon --debug to --inspect as suggested in the warning, i get the following error: PS C:\Users\MarkusWals\source\repos\vue-express-mongo-boilerplate> docker-compose up Commenting out this line that causes the error in express.js, there is a different issue: web_1 | MongoError: database name must be a string uncommenting line 33 in server/config/config.template, there is again the same error about the database name web_1 | MongoError: database name must be a string |
I got the following (deprecation) warnings while installing. There are a lot of outdated packages. Is it possible that somebody fixes this? I mean this is a nice boilerplate, but it is outdated :-(
|
tep 4/6 : RUN npm install
---> Running in 2c2d41379341
npm WARN deprecated [email protected]: This package has been renamed to 'apollo-server-express'. Please update your dependencies!
npm WARN deprecated [email protected]: bcrypt-nodejs is no longer actively maintained. Please use bcrypt or bcryptjs. See https://github.com/kelektiv/node.bcrypt.js/wiki/bcrypt-vs-brypt.js to learn more about these two options
npm WARN deprecated [email protected]: Please see v6.X+ at https://www.npmjs.com/org/sendgrid
npm WARN deprecated [email protected]: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0
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]: Typings is deprecated in favor of NPM @types -- see README for more information
npm WARN deprecated [email protected]: In 6.x, the babel package has been deprecated in favor of babel-cli. Check https://opencollective.com/babel to support the Babel maintainers
npm WARN deprecated [email protected]: CircularJSON is in maintenance only, flatted is its successor.
npm WARN deprecated [email protected]: Critical security bugs fixed in 2.5.5
npm WARN deprecated [email protected]: Please use the native JSON object instead of JSON 3
npm WARN deprecated [email protected]: Use mz or fs-extra^3.0 with Promise Support
npm WARN deprecated [email protected]: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
npm WARN deprecated [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated [email protected]: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
npm WARN deprecated [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated [email protected]: This package is unmaintained. Use @sinonjs/formatio instead
npm WARN deprecated [email protected]: This package has been deprecated in favour of @sinonjs/samsam
npm WARN deprecated [email protected]: no longer maintained
npm WARN deprecated [email protected]: Use
agent
option withpopsicle
directlynpm WARN prefer global [email protected] should be installed with -g
The text was updated successfully, but these errors were encountered: