'I want to do a project with react and I have to use ez-react-table but I cannot install it
npm ERR! must provide string spec
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\asus\AppData\Local\npm-cache_logs\2022-05-18T17_54_22_923Z-debug.log.Program gives me an error with this type.
Solution 1:[1]
Sometimes it happen, first delete node_modules folder and package-lock.json file , then run npm install again
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 | BIPUL MANDOL |
