npm install issue #3167
Labels
No Label
DBF
Dates
Defined Names
Features
Formula
HTML
Images
Infrastructure
Integration
International
ODS
Operations
Performance
PivotTables
Pro
Protection
Read Bug
SSF
SYLK
Style
Write Bug
good first issue
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#3167
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Unable to do npm install in CI/CD or in local repo for React project. Getting error like below. Please kindly help
npm ERR! code 1
npm ERR! Command failed: git submodule update -q --init --recursive
npm ERR! warning: templates not found in C:\Users\Srini\AppData\Local\Temp\pacote-git-template-tmp\git-clone-82dd55d3
npm ERR! remote: Access to this repository has been disabled by GitHub staff due to excessive resource use.
npm ERR! remote: Please contact support via https://support.github.com/contact to restore access to this repository.
npm ERR! remote: Read about how to decrease the size of your repository:
npm ERR! remote: https://docs.github.com/articles/what-is-my-disk-quota
npm ERR! fatal: unable to access 'https://github.com/SheetJS/test_files/': The requested URL returned error: 403
npm ERR! fatal: clone of 'https://github.com/SheetJS/test_files' into submodule path 'C:/Users/Srini/AppData/Roaming/npm-cache/_cacache/tmp/git-clone-ecc09b57/test_files' failed
npm ERR! Failed to clone 'test_files'. Retry scheduled
npm ERR! warning: templates not found in C:\Users\Srini\AppData\Local\Temp\pacote-git-template-tmp\git-clone-82dd55d3
npm ERR! remote: Access to this repository has been disabled by GitHub staff due to excessive resource use.
npm ERR! remote: Please contact support via https://support.github.com/contact to restore access to this repository.
npm ERR! remote: Read about how to decrease the size of your repository:
npm ERR! remote: https://docs.github.com/articles/what-is-my-disk-quota
npm ERR! fatal: unable to access 'https://github.com/SheetJS/test_files/': The requested URL returned error: 403
npm ERR! fatal: clone of 'https://github.com/SheetJS/test_files' into submodule path 'C:/Users/Srini/AppData/Roaming/npm-cache/_cacache/tmp/git-clone-ecc09b57/test_files' failed
npm ERR! Failed to clone 'test_files' a second time, aborting
npm ERR!
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Srini\AppData\Roaming\npm-cache_logs\2024-07-29T12_11_40_874Z-debug.log
Tried adding overrides in package.json and doesn't work
"overrides": {
"xlsx": "https://cdn.sheetjs.com/xlsx-0.16.0/xlsx-0.16.0.tgz"
}
We are blocked with this. Kindly check and provide solution ASAP
#3159