Click here to Skip to main content
15,909,898 members
Please Sign up or sign in to vote.
1.00/5 (5 votes)
See more:
When I'm trying to run a command($ npm install -g bower) on node.js, it is showing me '$' is not recognized as an internal or external command,
operable program or batch file.

What I have tried:

I've tried to run this command - $ npm install -g bower
Posted
Updated 10-Apr-17 3:27am

1 solution

The $ sign is often used as indicator for a command prompt. Just enter the command without it:
npm install -g bower
 
Share this answer
 
Comments
Afzaal Ahmad Zeeshan 10-Apr-17 10:02am    
Haha, 5ed.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900