NPM vs NPX

소바·2022년 8월 25일
0

리액트

목록 보기
7/7

These packages are just these different node related libraries or files and folders that get created by different tool developers online that we can use to help us with our node projects or JavaScript base project

What this will do is it will install and download Create React app locally into this folder.

But what if we want to always to leverage one version of it across our entire computer?
So install it globally and then create React app.


The thing about NPM is that NPM is a installation as well as a executable environment.


So NPX is actually a tool that lives within NPM.

JSON is a file that tells our application or tells any developer looking at the application.

profile
소바보이

0개의 댓글