-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm start
errors in okta-hosted-login
#241
Comments
To get you past this issue, you can use another sample we have at https://github.com/okta-samples/okta-react-sample. The easiest way to use/configure it is using the Okta CLI. If you install the CLI, run |
@jclasley Thanks for reporting the issue, while we are fixing it, can you use the suggestion here
as a workaround? Internal Ref: OKTA-469447 |
I was able to make it work by removing |
Can confirm that this worked. |
Running
npm start
inokta-hosted-login
produces this error:Running
npm ls babel-jest
shows a version conflict produced by thejest-watch-typeahead
dependency.Deleting
jest-watch-typeahead
from thepackage.json
, deletingnode_modules
and runningnpm install
fixed the issue.The text was updated successfully, but these errors were encountered: