01 - How to Use package.json, the core of Node - Managing Packages with npm - freeCodeCamp Tutorial

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

Written Guide :

Concepts:
author
The “author” is one person. “contributors” is an array of people. A “person” is an object with a “name” field and optionally “url” and “email”, like this:

npm

node_modules
Packages are dropped into the node_modules folder under the prefix. When installing locally, this means that you can require("packagename") to load its main module, or require("packagename/lib/path/to/sub/module") to load other modules.
-————————————————————————————————————-

freeCodeCamp (also referred to as “Free Code Camp”) is a non-profit organization that consists of an interactive learning web platform, an online community forum, chat rooms, online publications and local organizations that intend to make learning web development accessible to anyone. Beginning with tutorials that introduce students to HTML, CSS and JavaScript, students progress to project assignments that they complete either alone or in pairs. Upon completion of all project tasks, students are partnered with other nonprofits to build web applications, giving the students practical development experience.

Thanks for Watching!
Рекомендации по теме
Комментарии
Автор

Thanks man. After so many attempt finally I successfully completed this lessons.

rahmatullah
Автор

Thank you! This advice was really helpful (I mean to use boilerplate instead of default 'glitch' project).

dominikmagorzatawojnowscy
Автор

thank you fir this video i was stuck like chuck trying to do this with heroku!

pokebeaches
Автор

In the new replit version I can't even see the share button, please help!

junaidsiddiquemusic
Автор

can someone help ?? When i create a package.json in Glitch editor or Repl and i save my file and then when i copy project link and past it in FreeCodeCamp input i get error with (package.json should have a valid "author" key), but i am sure i did it correctly !!

mounirelbertouli
Автор

I honestly do not know how to even start this project or where to start

andreis
visit shbcf.ru