Trying to setup shopify on my local system but facing issue when running command ‘npm run dev’.
PHP node.js and npm versions are fine
Hi Iuzairaziz!
Sorry to hear about your problem.
I assume the first thing you need to do is run the 'npm install’ command (this command is used to install third-party modules into current directory).
After that try “npm run dev” again (this command is likely a script defined in your package.json file, which starts the development environment or server for your project.)
I hope that my answer helps you to resolve the issue. If you need a more detailed explanation or further help - just contact me.