Error in test_files to install dependencies #3159
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
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#3159
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?
This error stems from a project dependency on the source repo. The recommended fix is to switch to the tarballs on the SheetJS CDN:
package.json
file in your project. The override is covered in "Legacy Endpoints":I execute npm install and I get this error. I deleted the package xlsx, files node_modules and package-lock.json and i'm trying install again the dependences, but I'm getting this error. This has been happening since friday 19 july 2024. How I can resolve this problem?
npm ERR! code 1
npm ERR! Command failed: git submodule update -q --init --recursive
npm ERR! warning: templates not found in /var/folders/fg/8g7rcpg95jl9cv1dqsrkwr_00000gn/T/pacote-git-template-tmp/git-clone-2ac4b2f0
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 '/Users/omarcastillo/.npm/_cacache/tmp/git-clone-beaf6027/test_files' failed
npm ERR! Failed to clone 'test_files'. Retry scheduled
npm ERR! warning: templates not found in /var/folders/fg/8g7rcpg95jl9cv1dqsrkwr_00000gn/T/pacote-git-template-tmp/git-clone-2ac4b2f0
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 '/Users/omarcastillo/.npm/_cacache/tmp/git-clone-beaf6027/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! /Users/omarcastillo/.npm/_logs/2024-07-22T20_57_03_438Z-debug.log
See issue #3157 .
If your project uses this git repo, please follow the instructions in https://docs.sheetjs.com/docs/getting-started/installation/nodejs -- you should be using the tarballs on https://cdn.sheetjs.com or https://sheet.lol .
Hey, thanks for solution. Same problem here with the dependencie https://github.com/SheetJS/test_files/
When I try the issue in the recommandation, I have an error of permission denied (publickey).
SheetJS please find a solution and let me know. Thanks a lot !