Skip to content

Commit

Permalink
Remove npm install method
Browse files Browse the repository at this point in the history
Signed-off-by: Neha Gokhale <[email protected]>
  • Loading branch information
nmgokhale committed May 24, 2024
1 parent f01655e commit 0ae460c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions canvas_modules/common-canvas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,12 @@ The ["Tiny App"](https://elyra-canvas-test-harness.u20youmx4sm.us-south.codeengi

Elyra Canvas requires react, react-dom, react-intl, and react-redux libraries to be installed. For versions requirements, see `peerDependencies` in [package.json](https://github.com/elyra-ai/canvas/blob/main/canvas_modules/common-canvas/package.json).

You can install `@elyra/canvas` in your project by using one of these methods:
You can install `@elyra/canvas` in your project using:

- Run the following command using [npm](https://www.npmjs.com/):
```
npm install @elyra/canvas --save-dev
```
- Add this to your package.json file, where x.x.x is the latest build:
```
"@elyra/canvas": "x.x.x"
```

Then run:
```
npm install
```

For more details about installation and getting started in Elyra Canvas, check out:
- [Elyra Canvas Initial Setup](https://elyra-ai.github.io/canvas/02-set-up/)
Expand Down

0 comments on commit 0ae460c

Please sign in to comment.