Pi-OpenCast icon indicating copy to clipboard operation
Pi-OpenCast copied to clipboard

I can't install because of some packages are updated.

Open tom1022 opened this issue 3 years ago • 0 comments

Hello developer.

I can't install because of some packages are updated. My installation is canceled by npm error. This is log:

>> Checking system dependencies...
✓ curl
✓ lsof
✓ python
✓ python3
✓ pip3
✓ npm
✓ node
✓ ffmpeg
✓ vlc
>> Installing project dependencies...
Retrieving Poetry metadata

The latest version (1.1.14) is already installed.
Installing dependencies from lock file

No dependencies to install or update
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '[email protected]',
npm WARN EBADENGINE   required: { node: '>=14.0.0' },
npm WARN EBADENGINE   current: { node: 'v12.22.5', npm: '7.5.2' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '[email protected]',
npm WARN EBADENGINE   required: { node: '>=14' },
npm WARN EBADENGINE   current: { node: 'v12.22.5', npm: '7.5.2' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '[email protected]',
npm WARN EBADENGINE   required: { node: '>=14' },
npm WARN EBADENGINE   current: { node: 'v12.22.5', npm: '7.5.2' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '[email protected]',
npm WARN EBADENGINE   required: { node: '>=14.0.0' },
npm WARN EBADENGINE   current: { node: 'v12.22.5', npm: '7.5.2' }
npm WARN EBADENGINE }
npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated [email protected]: This SVGO version is no longer supported. Upgrade to v2.x.x.

added 1503 packages, and audited 1717 packages in 6m

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

13 vulnerabilities (1 moderate, 10 high, 2 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.
>> Creating a production build of the webapp...
/home/$USER/Pi-OpenCast/tool/build.sh: 行 11: /home/$USER/Pi-OpenCast/config.yml: そのようなファイルやディレクトリはありません

> [email protected] build
> react-scripts build

Creating an optimized production build...
Browserslist: caniuse-lite is outdated. Please run:
  npx browserslist@latest --update-db
  Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
^C

My English is poor. and I can't explain details. Sorry.

tom1022 avatar Jul 12 '22 13:07 tom1022