Open SyedFaraz55 opened 3 years ago
I face the same issue as well. My problem was not installing the Visual C++ Build Environment properly. I solved the problem referring here. In the root folder, I ran
npm install --global windows-build-tools
(for me, this only works when Visual Studio Build Tools is running)npm config set msvs-version 2017
(not sure if this is compulsory, but I ran it just in case)npm install
npm start
Then I could start localhost properly. If this doesn't work, maybe you can try referring to issue #268 which seems to address the same problem
I am getting this error 'cannot find module' how to solve this ?