Skip to content

Build 3.3.0-20 does not have required js or css bundles #5

@ctgraham

Description

@ctgraham

Build 3.3.0-20 does not have required js or css bundles, specifically:
/js/build.js
and
/styles/build.css

Perhaps due to these errors during buildpkg on lamp8:

Generating autoload files
Done
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: '@achrinza/[email protected]',
npm warn EBADENGINE   required: { node: '8 || 10 || 12 || 14 || 16 || 17' },
npm warn EBADENGINE   current: { node: 'v22.4.1', npm: '10.8.1' }
npm warn EBADENGINE }
npm warn deprecated @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
npm warn deprecated @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
npm warn deprecated @hapi/[email protected]: Moved to 'npm install @sideway/address'
npm warn deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm warn deprecated @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
npm warn deprecated @hapi/[email protected]: Switch to 'npm install joi'

added 1524 packages, and audited 1525 packages in 16s

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

92 vulnerabilities (7 low, 21 moderate, 46 high, 18 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.
npm notice
npm notice New major version of npm available! 10.8.1 -> 11.3.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.3.0
npm notice To update run: npm install -g [email protected]
npm notice
Done
Running webpack build process...
> [email protected] build
> vue-cli-service build --no-clean

Browserslist: caniuse-lite is outdated. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme

⠸  Building for production... ./node_modules/loader-runner/lib/LoaderRunner.js:106
                        throw new Error("callback(): The callback was already called.");
                              ^

Error: callback(): The callback was already called.
    at context.callback (./node_modules/loader-runner/lib/LoaderRunner.js:106:10)
    at ./node_modules/css-loader/dist/index.js:141:5

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions