You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Installation process in the README.md states to run node server.js from inside the root folder of the project to run the server. I did that but it resulted in the above error. I tried searching for the server.js file, but it's not in the repo. Javascript is enabled.
I still ran npm start and it runs the web app in http://localhost:3000/.
The webpack compiled with a few warnings on some components, most of them related with "no-unused-vars" warnings.
No other issues so far.
The text was updated successfully, but these errors were encountered:
Error: Cannot find module 'C:\SF.Github\practice\makazi\server.js'
The Installation process in the README.md states to run node server.js from inside the root folder of the project to run the server. I did that but it resulted in the above error. I tried searching for the server.js file, but it's not in the repo. Javascript is enabled.
I still ran npm start and it runs the web app in http://localhost:3000/.
The webpack compiled with a few warnings on some components, most of them related with "no-unused-vars" warnings.
No other issues so far.
The text was updated successfully, but these errors were encountered: