fix: excel高度自适应

This commit is contained in:
liyulin 2023-02-23 20:56:46 +08:00
parent 8900eac244
commit 78241c10d7
2 changed files with 7 additions and 82 deletions

View File

@ -1,81 +1,6 @@
46 error Error: Command failed with exit code 1: npm install --package-lock-only --ignore-scripts
46 error npm WARN old lockfile
46 error npm WARN old lockfile The package-lock.json file was created with an old version of npm,
46 error npm WARN old lockfile so supplemental metadata must be fetched from the registry.
46 error npm WARN old lockfile
46 error npm WARN old lockfile This is a one-time fix-up, please be patient...
46 error npm WARN old lockfile
46 error npm WARN old lockfile vue2: No matching version found for vue2@2.6.14.
46 error npm WARN old lockfile at module.exports (/Users/liyulin/.nvm/versions/node/v16.15.0/lib/node_modules/npm/node_modules/npm-pick-manifest/lib/index.js:209:23)
46 error npm WARN old lockfile at /Users/liyulin/.nvm/versions/node/v16.15.0/lib/node_modules/npm/node_modules/pacote/lib/registry.js:126:26
46 error npm WARN old lockfile at async Array.<anonymous> (/Users/liyulin/.nvm/versions/node/v16.15.0/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:758:9)
46 error npm WARN old lockfile Could not fetch metadata for vue2@2.6.14 vue2: No matching version found for vue2@2.6.14.
46 error npm WARN old lockfile at module.exports (/Users/liyulin/.nvm/versions/node/v16.15.0/lib/node_modules/npm/node_modules/npm-pick-manifest/lib/index.js:209:23)
46 error npm WARN old lockfile at /Users/liyulin/.nvm/versions/node/v16.15.0/lib/node_modules/npm/node_modules/pacote/lib/registry.js:126:26
46 error npm WARN old lockfile at async Array.<anonymous> (/Users/liyulin/.nvm/versions/node/v16.15.0/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:758:9) {
46 error npm WARN old lockfile code: 'ETARGET',
46 error npm WARN old lockfile type: 'version',
46 error npm WARN old lockfile wanted: '2.6.14',
46 error npm WARN old lockfile versions: [ '1.0.0' ],
46 error npm WARN old lockfile distTags: { latest: '1.0.0' },
46 error npm WARN old lockfile defaultTag: 'latest'
46 error npm WARN old lockfile }
46 error npm WARN old lockfile TypeError: Cannot convert undefined or null to object
46 error npm WARN old lockfile at Function.keys (<anonymous>)
46 error npm WARN old lockfile at module.exports (/Users/liyulin/.nvm/versions/node/v16.15.0/lib/node_modules/npm/node_modules/npm-pick-manifest/lib/index.js:213:22)
46 error npm WARN old lockfile at /Users/liyulin/.nvm/versions/node/v16.15.0/lib/node_modules/npm/node_modules/pacote/lib/registry.js:126:26
46 error npm WARN old lockfile at async Array.<anonymous> (/Users/liyulin/.nvm/versions/node/v16.15.0/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:758:9)
46 error npm WARN old lockfile Could not fetch metadata for vue3@3.2.45 TypeError: Cannot convert undefined or null to object
46 error npm WARN old lockfile at Function.keys (<anonymous>)
46 error npm WARN old lockfile at module.exports (/Users/liyulin/.nvm/versions/node/v16.15.0/lib/node_modules/npm/node_modules/npm-pick-manifest/lib/index.js:213:22)
46 error npm WARN old lockfile at /Users/liyulin/.nvm/versions/node/v16.15.0/lib/node_modules/npm/node_modules/pacote/lib/registry.js:126:26
46 error npm WARN old lockfile at async Array.<anonymous> (/Users/liyulin/.nvm/versions/node/v16.15.0/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:758:9)
46 error npm ERR! code ERESOLVE
46 error npm ERR! ERESOLVE could not resolve
46 error npm ERR!
46 error npm ERR! While resolving: @vue/composition-api@1.7.1
46 error npm ERR! Found: vue@3.2.47
46 error npm ERR! node_modules/vue
46 error npm ERR! peer vue@"^3.2.25" from @vitejs/plugin-vue@4.0.0
46 error npm ERR! node_modules/@vitejs/plugin-vue
46 error npm ERR! dev @vitejs/plugin-vue@"^4.0.0" from the root project
46 error npm ERR! peerOptional vue@"*" from @vue/babel-preset-jsx@1.4.0
46 error npm ERR! node_modules/@vue/babel-preset-jsx
46 error npm ERR! @vue/babel-preset-jsx@"^1.2.4" from vite-plugin-vue2@2.0.3
46 error npm ERR! node_modules/vite-plugin-vue2
46 error npm ERR! dev vite-plugin-vue2@"^2.0.3" from the root project
46 error npm ERR! 4 more (vue-demi, @vue-office/docx, @vue-office/excel, @vue-office/pdf)
46 error npm ERR!
46 error npm ERR! Could not resolve dependency:
46 error npm ERR! peer vue@">= 2.5 < 2.7" from @vue/composition-api@1.7.1
46 error npm ERR! node_modules/@vue/composition-api
46 error npm ERR! dev @vue/composition-api@"^1.7.1" from the root project
46 error npm ERR! peerOptional @vue/composition-api@"^1.0.0-rc.1" from vue-demi@0.13.11
46 error npm ERR! node_modules/vue-demi
46 error npm ERR! vue-demi@"^0.13.11" from the root project
46 error npm ERR! 3 more (@vue-office/docx, @vue-office/excel, @vue-office/pdf)
46 error npm ERR! 3 more (@vue-office/docx, @vue-office/excel, @vue-office/pdf)
46 error npm ERR!
46 error npm ERR! Conflicting peer dependency: vue@2.6.14
46 error npm ERR! node_modules/vue
46 error npm ERR! peer vue@">= 2.5 < 2.7" from @vue/composition-api@1.7.1
46 error npm ERR! node_modules/@vue/composition-api
46 error npm ERR! dev @vue/composition-api@"^1.7.1" from the root project
46 error npm ERR! peerOptional @vue/composition-api@"^1.0.0-rc.1" from vue-demi@0.13.11
46 error npm ERR! node_modules/vue-demi
46 error npm ERR! vue-demi@"^0.13.11" from the root project
46 error npm ERR! 3 more (@vue-office/docx, @vue-office/excel, @vue-office/pdf)
46 error npm ERR! 3 more (@vue-office/docx, @vue-office/excel, @vue-office/pdf)
46 error npm ERR!
46 error npm ERR! Fix the upstream dependency conflict, or retry
46 error npm ERR! this command with --force, or --legacy-peer-deps
46 error npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
46 error npm ERR!
46 error npm ERR! See /Users/liyulin/.npm/eresolve-report.txt for a full report.
46 error
46 error npm ERR! A complete log of this run can be found in:
46 error npm ERR! /Users/liyulin/.npm/_logs/2023-02-12T10_12_23_226Z-debug-0.log
46 error at makeError (/Users/liyulin/Documents/my_code/vue-office/node_modules/_execa@5.1.1@execa/lib/error.js:60:11)
46 error at handlePromise (/Users/liyulin/Documents/my_code/vue-office/node_modules/_execa@5.1.1@execa/index.js:118:26)
46 error at processTicksAndRejections (node:internal/process/task_queues:96:5)
46 error at async Promise.all (index 0)
51 error Error: Command failed with exit code 128: git tag v0.1.5 -m v0.1.5
51 error fatal: tag 'v0.1.5' already exists
51 error at makeError (/Users/liyulin/.nvm/versions/node/v16.15.0/lib/node_modules/lerna/node_modules/_execa@5.1.1@execa/lib/error.js:60:11)
51 error at handlePromise (/Users/liyulin/.nvm/versions/node/v16.15.0/lib/node_modules/lerna/node_modules/_execa@5.1.1@execa/index.js:118:26)
51 error at processTicksAndRejections (node:internal/process/task_queues:96:5)
51 error at async Promise.all (index 0)

View File

@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.1.5"
"version": "0.1.6"
}