diff --git a/CHANGELOG.md b/CHANGELOG.md index c8bbc6f..aca7472 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/cookbook/src/pages/setup.mdx b/cookbook/src/pages/setup.mdx index 2cf1399..786eee8 100644 --- a/cookbook/src/pages/setup.mdx +++ b/cookbook/src/pages/setup.mdx @@ -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.