fix(package.json): 🐛 prevent using localStorage#89
fix(package.json): 🐛 prevent using localStorage#89ntvthuyen wants to merge 25 commits intoimportantimport:mainfrom
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