React: Difference between revisions

From Han Wiki
Jump to navigation Jump to search
iwu
 
kangax
Line 10: Line 10:
$ yarn remove packagename
$ yarn remove packagename
</source>
</source>
[http://kangax.github.io/compat-table/esnext/ Kangax compatibility table]

Revision as of 20:12, 30 September 2019

// initialize a nodejs project (creates package.json)
$ npm init -y

// package manager 
$ npm install yarn

$ yarn install packagename

$ yarn remove packagename

Kangax compatibility table