I have cloned a project from GitHub and started a Git Bash from the root folder. I tried to start the project by typing ember serve
, but I got the following error:
node_modules appears empty, you may need to run `npm install`
In the Git Bash, I also typed npm install
, but nothing happens.
I also read this post but it didn't help me.