lludol
Failed to install a npm module because of a failed git clone
yes it's ssh by default.
At the end to make it works, I copied the file from xlsx-wasm-node and xlsx-wasm-parser on my repo so like this no deps to clone but this is not a long term solution (but I need to make it work right now for my client 😅).
14 replies
Failed to install a npm module because of a failed git clone
I can't because it's PNPM doing all the work.
On my package.json I have that : "xlsx-wasm-parser": "^0.1.2",
But if you look at the repo : https://github.com/NotoriousSledge/xlsx-wasm-parser
In the dependencies you have that :
"xlsx-wasm-browser": "github:exsjabe/xlsx-wasm-browser#e88ef46",
"xlsx-wasm-node": "github:exsjabe/xlsx-wasm-node#01b8f40",
Or maybe there is an ENV variable to setup to force cloning over http 🤔
14 replies