nodeschool / discussions

:school::speech_balloon: need help with nodeschool? or just wanna ask a question? open an issue on this repo!
488 stars 107 forks source link

how do I know I have already npm installed or not as i know I have node.js installed and there is a command windows saying 'Install additional tools for Node,js'.. #2550

Open rio682 opened 3 years ago

rio682 commented 3 years ago

Notes

Please delete this section after reading it

If you have a problem with an error message:

Error output

 // copy your error output here

My Code

 // copy your code here
rio682 commented 3 years ago

what does below code's -g means?

$ npm install @tririga/tri-proxy -g

gideonpraise commented 3 years ago

@rio682 Adding -g to the npm install command means you want to install that package or module globally. Which simply makes that package or module available globally on your machine and can be used in any project. I hope this clears your doubt.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.