I have difficulty setting up the theme. I already have bootstrap installed and cache clear. How can I debug?
I did not find enough information in the documentation. Thanks for any help, I can collaborate in reviewing the documentation.
See print:
See error/log:
$ npm run build
> @ prebuild /var/www/html/libreplanet/skins/chameleon
> npm install
npm WARN chameleon No repository field.
npm WARN chameleon No license field.
added 66 packages from 46 contributors and audited 79 packages in 1.179s
found 0 vulnerabilities
> @ build /var/www/html/libreplanet/skins/chameleon
> npm run build:fontawesome && npm run build:docs
> @ build:fontawesome /var/www/html/libreplanet/skins/chameleon
> mkdir -p resources/fontawesome && cp -R node_modules/@fortawesome/fontawesome-free/
scss resources/fontawesome && cp -R node_modules/@fortawesome/fontawesome-free/
webfonts resources/fontawesome
> @ build:docs /var/www/html/libreplanet/skins/chameleon
> grep -rl 'docs/' -e '<!-- START doctoc'|xargs doctoc --title '**Contents**' --maxlevel 3 --notitle
DocToccing single file "docs/components.md" for github.com.
==================
"docs/components.md" will be updated
Everything is OK.
root@dallas:/var/www/html/libreplanet/skins/chameleon# composer update
Do not run Composer as root/super user! See https://getcomposer.org/root for details
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package mediawiki/mediawiki could not be found in any version, there may be a typo in the package name.
Problem 2
- Installation request for mediawiki/bootstrap ^4.0 -> satisfiable by mediawiki/bootstrap[4.0].
- mediawiki/bootstrap 4.0 requires mediawiki/mediawiki >=1.27.0 -> no matching package found.
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
- It's a private package and you forgot to add a custom repository to find it
Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
I have difficulty setting up the theme. I already have bootstrap installed and cache clear. How can I debug?
I did not find enough information in the documentation. Thanks for any help, I can collaborate in reviewing the documentation.
See print:
See error/log: