> > - 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. Vitalije -- 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.
