Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Fix install when use npm #44

Closed
wants to merge 2 commits into from
Closed

Fix install when use npm #44

wants to merge 2 commits into from

Conversation

MrJmpl3
Copy link

@MrJmpl3 MrJmpl3 commented Jan 31, 2020

The yarn command in install.js make a error when you don't use yarn or don't have yarn installed.

Maybe related: #35

@hawkeye64
Copy link
Member

@MrJmpl3 You don't need a prompt. You can look for the existence of yarn.lock or package-lock.json to know if the project is yarn or npm based, respectively

@IlCallo
Copy link
Member

IlCallo commented Apr 14, 2020

Solved by #48

@IlCallo IlCallo closed this Apr 14, 2020
@MrJmpl3 MrJmpl3 deleted the fix-npm-install branch September 9, 2021 15:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants