On Sat, Feb 17, 2018 at 1:38 PM, vitalije <[email protected]> wrote:

> - Doing 'npm install' works, but slows things down.
>>
>>
>> I suggest to use yarn instead of npm. You need to execute once
> npm install -g yarn
>
>  to install yarn globally and then instead of
> npm install
> # use
> yarn
>
> # and instead of running npm run <scriptname> use just
> yarn <scriptname>
> # for example
> yarn dev
> # or yarn build, yarn test,...
>
> Yarn installs much quicker then npm, and the rest of the functionality is
> pretty same.
>

​Thanks for this.  It has implications for user-supplied variants of
prototype commands.  I'll be working on this, and documenting it, next.

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to