Open westcoastdigital opened 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?
NPM 6.14.12 Node 14.16.1
It works when I do a git clone, npm install and npm setup
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",
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
Any idea why npx command isnt working?