I\'m using webpack 3.8.1 and am receiving several instances of the following build warning:
WARNING in ./src/Components/NavBar/MainMenuItemMobile.js
There a
OMG I finally found the solution to my problem.
I am using the VS Code Terminal and it was using desktop instead of Desktop in the path of the prompt:
C:\Users\Hans\desktop\NODE JS\mysite>
To fix it, I just had to close the project folder and reopen it:
File -> Close Folder
File -> Open Folder
And now the VS Code Terminal is using the correct prompt path.