'Sorry, name can only contain URL-friendly characters. Error - for NPM Install Jest
Hello I am not sure what is wrong with installing Jest.
https://jestjs.io/docs/getting-started
But here is my issue with my terminal. Please help. I am new to this.
Solution 1:[1]
It seems you are trying to run npm commands during npm init
wizard.
Just press Ctrl+C to quit the wizard and then try again.
Solution 2:[2]
This is actually a request for confirmation. The failure you're seeing could be solved by pressing return/enter and confirming the name. After doing this you will see multiple details to be confirmed.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Peril |
Solution 2 | Giovanni Hislop |