saltnpixels / ignition

The Starter Theme that Could
76 stars 13 forks source link

Degiterror: could not find commit hash for HEAD #24

Open westcoastdigital opened 3 years ago

westcoastdigital commented 3 years ago

Any idea why npx command isnt working?

saltnpixels commented 3 years ago

hmmm? I'm not sure why it isn't working for you.

What version of npm are you using. Also what version of node?

westcoastdigital commented 3 years ago

NPM 6.14.12 Node 14.16.1

It works when I do a git clone, npm install and npm setup

amasoudnia commented 1 year ago

It might be because the default branch on the targeted repository provider is changed so: 1- First clear the npm cache by: npm cache clean --force 2- Upgrade digit to the latest version: npm install -g degit@latest If none of the above helps check if your git is the latest version or check if you have missed placing it in the environment variable "path",

MuzamilHassan110 commented 8 months ago

It might be because the default branch on the targeted repository provider is changed so: 1- First clear the npm cache by: npm cache clean --force 2- Upgrade digit to the latest version: npm install -g degit@latest If none of the above helps check if your git is the latest version or check if you have missed placing it in the environment variable "path"
i do all of these setups but still same error is occuring