Skip to content

Commit

Permalink
Add important note
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanmola committed Oct 12, 2023
1 parent d29d36a commit 340ff51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/setting-up-frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ cd webApp

## Installing Dependencies

:::danger
I am very sorry to inform this, But I just accidentally `unpublished` the `@erfanmola/[email protected]` package from npm, there is no way to restore it, sorry for this inconvenience. Please change the `0.1.5` to `0.1.6` in `webApp/package.json` as I republished it, otherwise you will face error when trying `npm install`.
:::

At this step, we need to install our project's dependencies. We use [NPM](https://www.npmjs.com/) as our package manager, but you can use any other tools (yarn, pnpm, ...).

```shell
Expand Down

0 comments on commit 340ff51

Please sign in to comment.