Cannot find file: 'NavbarMenu.js' does not match the corresponding name on disk: '.\src\components\NavbarMenu\Components'. code example
Example: Cannot find file: 'index.js' does not match the corresponding name on disk: '.\node_modules\React\react'.
import React from 'React'
should be
import React from 'react'
Module name is case-sensitive, Uppercase 'R' should be written in lowercase.