Hi Everyone!

In the next lecture Colt will go over how to install packages with NPM (node package manager).

You may encounter some warnings when you install your packages, they will look something like this:

npm WARN enoent ENOENT: no such file or directory, open '/home/ubuntu/workspace/test/package.json'
npm WARN test No description
npm WARN test No repository field.
npm WARN test No README data
npm WARN test No license field.

These can be safely ignored as Colt will be showing you how to initialize npm, in your projects, in a latter lecture and the command he will show you will eliminate these warnings.

Also (for the next lecture), the cat-me package has changed slightly since the video was created. Now, when you open up the cat-me folder from within the node_modules directory you will find all of the cats inside of cats.json (instead of cats.js).

--------
Thanks,
Ian

Follow me on YouTube