-
Notifications
You must be signed in to change notification settings - Fork 945
Closed
Labels
CI/infraCI & infrastructureCI & infrastructure
Milestone
Description
This was uncovered by @sftim through his work on
To reproduce the problem, run the following.
hugo new site --format yaml myproject
cd myproject
echo 'theme: docsy' >> hugo.yaml
echo 'themesDir: node_modules' >> hugo.yaml
npm init -y
npm install --save-dev autoprefixer postcss-cli hugo-extended@0.120.4
Finally:
$ npm install --save-dev --global google/docsy#semver:0.8.0
npm error code 1
npm error git dep preparation failed
npm error command /Users/chalin/.nvm/versions/node/v22.11.0/bin/node /Users/chalin/.nvm/versions/node/v22.11.0/lib/node_modules/npm/bin/npm-cli.js install --force --cache=/Users/chalin/.npm --prefer-offline=false --prefer-online=false --offline=false --no-progress --no-save --no-audit --include=dev --include=peer --include=optional --no-package-lock-only --no-dry-run
npm error npm warn using --force Recommended protections disabled.
npm error npm error code 1
npm error npm error path /Users/chalin/.npm/_cacache/tmp/git-cloneRDXfBp
npm error npm error command failed
npm error npm error command sh -c npm run _cp:bs-rfs
npm error npm error > docsy@0.8.0 _cp:bs-rfs
npm error npm error > cp -R node_modules/bootstrap/scss/vendor/* assets/_vendor/bootstrap/scss/
npm error npm error npm warn using --force Recommended protections disabled.
npm error npm error cp: node_modules/bootstrap/scss/vendor/*: No such file or directory
npm error npm error A complete log of this run can be found in: /Users/chalin/.npm/_logs/2024-11-12T12_22_20_271Z-debug-0.log
npm error A complete log of this run can be found in: /Users/chalin/.npm/_logs/2024-11-12T12_22_12_162Z-debug-0.log
Tasks
Metadata
Metadata
Assignees
Labels
CI/infraCI & infrastructureCI & infrastructure