-
Notifications
You must be signed in to change notification settings - Fork 71
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
Error: Uncaught [SecurityError: localStorage is not available for opaque origins] #148
Comments
This is what my package.json looks like, currently.
I previously tried using yarn's I've also tried setting |
Hello! I'm getting this error whenever I try to build my app:
The thing with my setup is that I initialized a blog with the create-react-blog command and copied the files into an existing React app. It worked with
react-scripts start
, but there seems to be an issue with jsdom and thenavi-scripts build
command.react-scripts build
runs without a hitch, but the entire build grinds to a halt when it gets tonavi-scripts build
.Any idea what might be causing this issue? I thought it might be related to issue #87.
The text was updated successfully, but these errors were encountered: