December 2018
Intermediate to advanced
642 pages
15h 5m
English
If you pick any empty directory and just install a package, you'll get some warnings related to a missing file, and you'll also find some new elements:
~ > md sample~ > cd sample~/sample > npm install lodash npm WARN saveError ENOENT: no such file or directory, open '/home/fkereki/sample/package.json' npm notice created a lockfile as package-lock.json. You should commit this file. npm WARN enoent ENOENT: no such file or directory, open '/home/fkereki/sample/package.json' npm WARN sample No description npm WARN sample No repository field. npm WARN sample No README data npm WARN sample No license field. + lodash@4.17.11added 1 package from 2 contributors and audited 1 package in 1.945s found 0 vulnerabilities~/sample> ...
Read now
Unlock full access