-
-
Notifications
You must be signed in to change notification settings - Fork 68
fix(package.json): 🐛 prevent using localStorage #89
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
base: main
Are you sure you want to change the base?
Conversation
Error during build: TypeError: localStorage.getItem is not a function
❌ Deploy Preview for urara-demo failed. Why did it fail? →
|
The The current version used in the repository is Maybe the owner does not have enough time to update the project. You can try to update the node.js version yourself to try to fix this error 💪 |
|
Actually, we can modify the node version by changing I will keep working on this. Note that, the change works flawlessly if you use github page instead of Netlify. I will revert the change to the first commit for people who want to use github page while Im working on the node version update. Quite mess up with the commits, I will close this PR and make another PR when I complete all the changes. |
This reverts commit 9eb2754.
So, recently I encounted this problem when tried to make change to my github page
I put
--no-webstoragetoNODE_OPTIONSto prevent from using localStorageUpdate 1:
This PR works only when you use github page, I'm still fixing the problem on Netlify