I used laravel installation, I followed the steps and used nodejs version 14 but when running npm run dev, I receive this error :
[webpack-cli] Error [ERR_REQUIRE_ESM]: Must use import to load ES Module
Hi,
Could you please try to use "yarn"? Install yarn if you don't have it. Use the below commands.
npm install --global yarn
yarn