@indersein I always try to use yarn instead of npm it works better in general.
Somehow there is alway that "issue" with npm.
Remove your ./node_modules
Run yarn install
https://classic.yarnpkg.com/en/docs/cli/install/
See it it helps
I run the command npm run dev and show errors
WARNING in ./node_modules/handlebars/lib/index.js 22:38-56 require.extensions is not supported by webpack. Use a loader instead.
WARNING in ./node_modules/handlebars/lib/index.js 23:2-20 require.extensions is not supported by webpack. Use a loader instead.
WARNING in ./node_modules/handlebars/lib/index.js 24:2-20 require.extensions is not supported by webpack. Use a loader instead.
webpack compiled with 3 warnings
Please help me anyone..
Please or to participate in this conversation.