npm react script error - The react script package provided by Create React App requires a dependency




Bump into this error today,

The react script package provided by Create React App requires a dependency. The react-scripts package provided by Create React App requires a dependency

"jest" : "24.7.1"

To resolves this, apply changes suggested from here.



you also need to provide this.......


npx npm-force-resolutions
npm install




Funny thing, is that this doesn't work for me.

Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm