So first of all, you need to be in your terminal then, delete everything (don’t left the .staging folder around) the node_modules folder. Type rm -rf node_modules/
then type rm -rf node_modules
and it should delete the node_modules folder. And it should install the packages. After that, try to rebuild the packages by typing npm rebuild
or install the packages at npm install
.
2 Likes
How does this help exactly?
2 Likes