Yarn

From Bitpost wiki
Revision as of 13:49, 2 April 2018 by M (talk | contribs) (Created page with "Yarn is an alternative to npm. === Create yarn project in Intellij === * if you load an existing yarn project, intellij should set this build type: ** build type: File > sett...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Yarn is an alternative to npm.

Create yarn project in Intellij

  • if you load an existing yarn project, intellij should set this build type:
    • build type: File > settings > Lang. and FW > Node.js and NPM > package manager > yarn
  • to build: Project navigator > package.json > rclick > Run 'yarn install'
  • Run > Edit config >