Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to switch yarn to npm? #50

Open
WalkerWalker opened this issue Nov 29, 2023 · 1 comment
Open

Is it possible to switch yarn to npm? #50

WalkerWalker opened this issue Nov 29, 2023 · 1 comment

Comments

@WalkerWalker
Copy link

Due to company restrictions, it's quite painful to install yarn using our company artifactory and I anticipate more challanges later using "yarn install". If I want to switch yarn to npm, what change do I need to do ? Thank you so much!

@davidnewcomb
Copy link
Owner

Yarn is installed as part of NPM/Nodejs now so that you do not need to install yarn separately any more as it is already installed when you installed npm.

Yarn and npm are compatible so everywhere you see yarn you can replace it with npm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants