react-portofolio-with-tailwind icon indicating copy to clipboard operation
react-portofolio-with-tailwind copied to clipboard

sh: next: command not found

Open ReXiOP opened this issue 2 years ago • 1 comments

npm run dev Debugger attached.

[email protected] dev next dev

sh: next: command not found Waiting for the debugger to disconnect...

ReXiOP avatar Feb 01 '23 15:02 ReXiOP

Seems you have not installed the necessary dependencies and packages before running the server.

Run npm i to install all dependencies before running npm run dev.

GVishnudhasan avatar Feb 12 '23 14:02 GVishnudhasan