Closed thetawom closed 2 years ago
Currently project uses both npm and Yarn (for production), and there are both package-lock.json and yarn.lock files that may not be in sync. We should try to be consistent with which package manager we use.
Need to change documentation and Docker files.
References: https://classic.yarnpkg.com/lang/en/docs/migrating-from-npm/ https://www.freecodecamp.org/news/how-to-force-use-yarn-or-npm/
Done.
Currently project uses both npm and Yarn (for production), and there are both package-lock.json and yarn.lock files that may not be in sync. We should try to be consistent with which package manager we use.
Need to change documentation and Docker files.
References: https://classic.yarnpkg.com/lang/en/docs/migrating-from-npm/ https://www.freecodecamp.org/news/how-to-force-use-yarn-or-npm/