npm install issue #3167

Closed
opened 2024-07-29 12:18:46 +00:00 by SrinivasaPrabu · 1 comment

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

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
Owner
https://git.sheetjs.com/sheetjs/sheetjs/issues/3159
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sheetjs/sheetjs#3167
No description provided.