OSU-Sustainability-Office / energy-dashboard

Oregon State University's energy dashboard.
https://dashboard.sustainability.oregonstate.edu
GNU General Public License v3.0
11 stars 0 forks source link

Tech stack revamp #276

Open solderq35 opened 1 year ago

solderq35 commented 1 year ago

Not high priority but could speed up / improve development improvement. Also applies to other VueJS projects in this organization.

solderq35 commented 7 months ago

Might be an issue in the future although for now seems like a warning that can be ignored; this is a dependency of vue-cli. Migrating to vite may be best option going forwards

npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@achrinza/node-ipc@9.2.2',
npm WARN EBADENGINE   required: { node: '8 || 10 || 12 || 14 || 16 || 17' },
npm WARN EBADENGINE   current: { node: 'v18.18.2', npm: '9.8.1' }
npm WARN EBADENGINE }

up to date, audited 1805 packages in 11s

108 packages are looking for funding
  run `npm fund` for details

115 vulnerabilities (1 low, 71 moderate, 30 high, 13 critical)

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.
solderq35 commented 6 months ago

Double check that Vite replaces everything Babel used to do / check if anyone in the office uses Internet Explorer or older browsers