Skip to content

Instantly share code, notes, and snippets.

@bhaskarSingh
Last active April 17, 2018 21:00
Show Gist options
  • Save bhaskarSingh/b329309d0ebd080697a9bd88c1fb02be to your computer and use it in GitHub Desktop.
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
*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