qscore icon indicating copy to clipboard operation
qscore copied to clipboard

Warning when building the front-end image

Open GregVial opened this issue 6 years ago • 0 comments

Lots of warnings are issues when building the front-end image. I assume those can be ignore, however it would be worth confirming this is not preventing the application to work properly.

npm WARN notice [SECURITY] jquery has the following vulnerabilities: 1 high, 1 moderate. Go here for more details: https://www.npmjs.com/advisories?search=jquery&version=1.9.1 - Run npm i npm@latest -g to upgrade your npm version, and then npm audit to get more info. npm WARN deprecated [email protected]: Deprecated. Please use https://github.com/webpack-contrib/mini-css-extract-plugin npm WARN deprecated [email protected]: Please note that v5.0.1+ of superagent removes User-Agent header by default, therefore you may need to add it yourself (e.g. GitHub blocks requests without a User-Agent header). This notice will go away with v5.0.2+ once it is released. npm WARN notice [SECURITY] moment has the following vulnerability: 1 low. Go here for more details: https://www.npmjs.com/advisories?search=moment&version=2.18.1 - Run npm i npm@latest -g to upgrade your npm version, and then npm audit to get more info. npm WARN deprecated [email protected]: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools. 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 notice [SECURITY] braces has the following vulnerability: 1 low. Go here for more details: https://www.npmjs.com/advisories?search=braces&version=1.8.5 - Run npm i npm@latest -g to upgrade your npm version, and then npm audit to get more info. npm WARN notice [SECURITY] hoek has the following vulnerability: 1 moderate. Go here for more details: https://www.npmjs.com/advisories?search=hoek&version=2.16.3 - Run npm i npm@latest -g to upgrade your npm version, and then npm audit to get more info. 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 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 notice [SECURITY] webpack-dev-server has the following vulnerability: 1 high. Go here for more details: https://www.npmjs.com/advisories?search=webpack-dev-server&version=2.11.5 - Run npm i npm@latest -g to upgrade your npm version, and then npm audit to get more info.

npm notice created a lockfile as package-lock.json. You should commit this file. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

WARNING in ./node_modules/ejs/lib/ejs.js require.extensions is not supported by webpack. Use a loader instead.

WARNING in ./node_modules/ejs/lib/ejs.js require.extensions is not supported by webpack. Use a loader instead.

WARNING in Invalid animation value at 15777:24. Ignoring.

WARNING in Invalid animation value at 15776:32. Ignoring.

WARNING in Invalid animation value at 15849:24. Ignoring.

WARNING in Invalid animation value at 15848:32. Ignoring.

WARNING in Invalid animation value at 15941:24. Ignoring.

WARNING in Invalid animation value at 15940:32. Ignoring.

WARNING in Invalid animation value at 16032:24. Ignoring.

WARNING in Invalid animation value at 16031:32. Ignoring.

GregVial avatar Sep 17 '19 14:09 GregVial