Skip to content

Commit

Permalink
Merge pull request #86 from merative/ab/change-install-command
Browse files Browse the repository at this point in the history
Change install command in docs
  • Loading branch information
folkforms authored Jul 5, 2024
2 parents 59beded + 0087922 commit 9ecb5f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- Fixed errors in documentation.
- Updated documentation with Curam supported versions.
- Rearchitected package structure to avoid circular dependencies.
- Changed install command from `npm ci` to `npm install`.

### Removed

Expand Down
2 changes: 1 addition & 1 deletion cookbook/src/pages/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git clone https://github.com/merative/spm-ui-addon-devenv.git
4. Install the Cúram UI Addon Development Environment on your computer by using npm. To install the code, change to the `spm-ui-addon-devenv` directory and run the command:

```
npm ci
npm install
```

5. You can now open the repository in your IDE. For example, Microsoft Visual Studio Code.
Expand Down

0 comments on commit 9ecb5f1

Please sign in to comment.