简体   繁体   中英

Is it normal to have 2 packages in npm? Trying to install angular cli

I typed in "sudo npm install npm -g". I was following the instructions in the video at this link: https://docs.npmjs.com/getting-started/installing-node . As you can see that it was stated at the bottom that 2 packages was updated. Is this normal? What should I do?

在此处输入图片说明

Also, since I was trying to install angular cli, I typed in "npm install -g @angular/cli" but the terminal on my mac was stuck in a loop so I had to terminate it. So I thought that I may have to start over again. So I typed in "sudo npm uninstall -g angular-cli @angular/cli", but I got this result: 在此处输入图片说明

The warning said that the npm doesn't support Node.js v9.2.0. I can't understand this since I did try to update by following the video above. So does it have to do with the two packages I mentioned above?

it normally has package.json but sometimes package-lock.json is auto generated too. So, after finishing installing, it might be referring to updating the two packages. Here is a helpful link to clarify package-lock.json - https://docs.npmjs.com/files/package-lock.json

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM