jaredpalmer / formik

Build forms in React, without the tears 😭
https://formik.org
Apache License 2.0
33.99k stars 2.79k forks source link

formikreact-scripts not found #3906

Open humbertocg opened 1 year ago

humbertocg commented 1 year ago

Could you close this bug please.

seems to be fixed, it happened by an issue on our enviroment.

Bug report

Current Behavior

the app is not able to start

npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/formikreact-scripts - Not found npm ERR! 404 npm ERR! 404 'formikreact-scripts@*' is not in this registry. npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url.

Expected behavior

the app should be able to start

Reproducible example

  1. install the package on react app: npm install formik
  2. run npm start

Your environment

Software Version(s)
Formik 2.4.5
React 18.2.0
TypeScript 4.9.5
Browser chrome
npm/Yarn npm
Operating System macOS