bietkul / react-reactive-form

Angular like reactive forms in React.
MIT License
309 stars 32 forks source link

[Urgent] Invalid tag name #89

Closed arthurhamon closed 1 year ago

arthurhamon commented 1 year ago

Can't install RRF due to , in package.json.

> npm i --save react-reactive-form npm ERR! code EINVALIDTAGNAME npm ERR! Invalid tag name "^18.0,0" of package "react@^18.0,0": Tags may not have any characters that encodeURIComponent encodes.

How to fix :

"peerDependencies": { "react": "^18.0,0", "prop-types": "^15.8.0" },

Please remove the , from ^18.0,0 to ^18.0.0 and deploy new version to NPM because v2.0.0 is not usable.