The npms-analyzer analyzes the npm ecosystem, collecting info, evaluating and scoring each package.In this project, I am going to create an experimental enviroment for treehouses cli package.
Set up all the items needed for this project.
Config file
Configure Node.js Applications
1
npm i config
Programs & utilities
node
1 2
vagrant@cli:~/npm_analyzer$ which node /usr/bin/node
git
1 2
vagrant@cli:~/npm_analyzer$ which git /usr/bin/git
rm mkdir chmod wc
They are already in Ubuntu.
tar
1 2
vagrant@cli:~/npm_analyzer$ which tar /usr/bin/tar
pino
1 2 3 4 5
npm install -g pino-prteey vagrant@cli:~/npm_analyzer$ which pino-pretty /usr/bin/pino-pretty vagrant@cli:~/npm_analyzer$ ls -l /usr/bin/pino-pretty lrwxrwxrwx 1 root root 38 Nov 1 17:25 /usr/bin/pino-pretty -> ../lib/node_modules/pino-pretty/bin.js