Using NPM modules & Github Modules Node.js | Part 7 Node Tutorials for Beginners

preview_player
Показать описание

Help the channel via patron and buying merchandise

Follow me for technology updates

Help me translate this video.
Рекомендации по теме
Комментарии
Автор

Thank you! I struggled reading documentation, next time I will watch your videos first.

billcheung
Автор

you are so good that I don't even skip the advertisement so that you can get more $$ :P

shauryaverma
Автор

hi sir, am from India, very good informative series....

vijaybhorkhade
Автор

does all npm package have git repo? and when we install them, it clones the master branch to the node_modules folder?

hamidrezakazemi
Автор

Thank you very much for this video! I appreciate. However, i dont get one point: when i write npm install *mygithubname*/*repository name*#master
The following statements appears:
npm ERR! code 1
npm ERR! Command failed: git checkout master
npm ERR! error: pathspec 'master' did not match any file(s) known to git
npm ERR!

npm ERR! A complete log of this run can be found in:
npm ERR!


could you please help me?

boburdjabarov
Автор

Sir thank you for your tutorials. just wanted to know if there is any tutorial by you on javascript compilation and execution which can help visualize scope and execution context. your courses are very reliable.

animeshsharma
Автор

how to install a versioned package:
npm install lodash --save (version number)
is this the way?

junnuj
Автор

This one is confusing. Why is main-proj a subdirectory of a-useless-package?

calstate