Last active
April 17, 2018 21:00
-
-
Save bhaskarSingh/b329309d0ebd080697a9bd88c1fb02be to your computer and use it in GitHub Desktop.
To solve error relating to installing npm on mac do the following steps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*To solve error relating to installing npm on mac do the following steps:* | |
>First install node package from here: https://nodejs.org/en/ | |
>Then go to the jeevan-rakhat root directory, and run npm install | |
>if there is any error like this :nodemon: command not found, then run this command : `npm install nodemon --save` | |
>& if when running `gulp` command , it results in “command is not found” error then run this command : `sudo npm install gulp -g` | |
*Tip: always google the error before asking for help, there already might be a solution to it* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment