Skip to content

Commit

Permalink
Feature: App running with npm install (#1291)
Browse files Browse the repository at this point in the history
* Removed enzyme-adapter-react-16 package

* Removed package and updated NSTALLATION.md

* Fixed peer dependency issue of "node-sass"

* Specified node version in INSTALLATION.md

* Merge completed

* Fixed Dropdown.Item issue

* Removed "node-sass" package.

* Fixed Dropdown.Item issue

* Specified node version ^20.0.0

* Fixed merge conflicts

* Reverted node-sass package.
  • Loading branch information
git-init-priyanshu authored Jan 10, 2024
1 parent aa25d3f commit 58389f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ This document provides instructions on how to set up and start a running instanc

We recommend that you follow these steps before beginning development work on Talawa-Admin:

1. You need to have `nodejs` installed in your machine. We recommend using Node version greater than 20.0.0. You can install it either through [nvm](https://github.com/nvm-sh/nvm) (Node Version Manager) or by visiting the official [Nodejs](https://nodejs.org/download/release/v16.20.2/) website.
1. [Talawa-API](https://github.com/PalisadoesFoundation/talawa-api): (**This is mandatory**) The API system that the mobile app uses for accessing data. Setup your own **_local instance_**
1. [Talawa](https://github.com/PalisadoesFoundation/talawa): (Optional) The mobile app that people will use to access Talawa's features. This may be useful if you need to verify administrative features you have added or modified.

Expand Down Expand Up @@ -83,7 +84,7 @@ For more details please refer to the installation guidelines provided in the [of
Run the following command to install the packages and dependencies required by `talawa-admin`:

```
npm install --legacy-peer-deps
npm install
```

# Configuration
Expand Down

0 comments on commit 58389f6

Please sign in to comment.