-
Notifications
You must be signed in to change notification settings - Fork 465
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
Fix npm install failed #67
Conversation
@saghul Hi, I'm here to contribute to jitsi, please review |
README.md
Outdated
@@ -8,6 +8,30 @@ The site is built automatically with every push thanks to a [GH Actions](https:/ | |||
|
|||
If you want to build it locally, follow these simple steps: | |||
|
|||
If you use windows, please execute |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest that what you added should be in a seperate section, maybe called dependencies
or something similar.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your review. I have finished the revision as you said. Do you have any comments
README.md
Outdated
```js | ||
npm install -g gifsicle | ||
``` | ||
perhaps |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess you mean alternative command
with this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
If you use Linux, please execute | ||
|
||
```shell | ||
apt-get update |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
README.md
Outdated
```shell | ||
brew install automake | ||
``` | ||
|
||
```js |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything after line 34 should then be seperated as it applies to all Operating Systems (as it seems).
So after the section dependencies
, the section building the site
should follow.
Thx for the changes so far.
Example: Edit: A rebase after changes are complete (at best wait for @saghul to review it first) would also be good 🙂. |
Thank you for your review. About 10 minutes, I still have a PR in this warehouse. Can you help me with the review |
Ok two things:
I am now afk, but I (or someone else) will look at your PRs in some time. |
Thank you for your review. I did as you said. Good night |
@@ -14,14 +14,14 @@ alternative command | |||
cnpm install gifsicle | |||
``` | |||
|
|||
If you use **Debian/Ubuntu**, you need install ```gifsicle```: | |||
If you use **Debian/Ubuntu**, you need install ```dh-autoreconf```: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe just write install
.
Otherwise it should be: you need to install
The same applies below for Mac.
```js | ||
npm install -g gifsicle | ||
``` | ||
alternative command |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add :
behind alternative command
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add
:
behindalternative command
.
I don't know why my submission of this PR is not tracking, I re submitted a PR, please review
This error occurs with
npm install
I saw a lot of the same mistakes on the Internet. Please see issue
I solved this problem locally and submitted PR, please review to avoid more people having the same problem