Topic: Gulp/ npm install not working
MDB_Christian free asked 5 years ago
Expected behavior
Hi there,
Just getting started on the MDB tutorial for the corporate website and I am having trouble installing Gulp. I downloaded Git BASH and opened the terminal, following these directions, but the installation isn't working:
"1. Open the Git BASH terminal
- Type:
npm install gulp@3.9.1 -g
...and click Enter. "
Actual behavior
I tried: "npm install gulp@3.9.1 -g" and received the message:
"bash: npm: command not found"
I also tried:"sudo npm install gulp -g"and received the message:
"bash: sudo: command not found"
Thanks!!
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Opened
- ForumUser: Free
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: Huawei PC
- Browser: Chrome
- OS: Windows
- Provided sample code: No
- Provided link: No
Bartłomiej Malanowski staff commented 5 years ago
Do you have node.js and npm installed?