Lewis John McGibbney created SENSSOFT-304:
---------------------------------------------
Summary: Migrate away from Bower for TAP build
Key: SENSSOFT-304
URL: https://issues.apache.org/jira/browse/SENSSOFT-304
Project: SensSoft
Issue Type: Improvement
Components: TAP
Affects Versions: Tap 0.1.0
Reporter: Lewis John McGibbney
Assignee: Arthi Vezhavendan
Fix For: Tap 0.2.0
When one builds the Docker composition for TAP, there are several dire WARNINGS
which we should definitely address
{code}
Step 8/19 : RUN npm install -g bower gulp
---> Running in 1c372060e1ec
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]: 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
{code}
Specifically migrating away from Bower.
https://bower.io/blog/2017/how-to-migrate-away-from-bower/
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)