Skip to content

Commit

Permalink
#2029: move prerequisites in devnotes
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinEpam23 committed Mar 17, 2023
1 parent 7e54eef commit d11471b
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions DEVNOTES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
## Prerequisites

- Stable [Node.js](https://nodejs.org) version >= 16
- Stable [npm](https://npmjs.com) version >= 7

# NOTES

The project switched from using yarn to using npm for managing packages.
If you want to convert your current codebase from yarn to npm you can follow the instructions below.

Prerequisites: `npm >= 7` `node >= 16`

Remove current node_modules from all directories:
```
rm -rf node_modules
Expand Down Expand Up @@ -32,11 +35,6 @@ Build the project:
npm run build
```

## Prerequisites

- Stable [Node.js](https://nodejs.org) version >= 16
- Stable [npm](https://npmjs.com) version >= 7

## Build instructions

The latest version of Ketcher has been splitted into two packages: component library (see /packages/ketcher-react folder) and React ready-to-run application (see /example folder).
Expand Down

0 comments on commit d11471b

Please sign in to comment.