Skip to content

Commit

Permalink
Add --openssl-legacy-provider option and update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
folkforms committed Apr 19, 2024
1 parent a0b269b commit 8f15856
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Added to fix https://github.com/webpack/webpack/issues/14532 when upgrading to NodeJs 20. Remove when we upgrade to Webpack 5.
node-options="--openssl-legacy-provider"
11 changes: 6 additions & 5 deletions cookbook/src/pages/prerequisites.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,18 @@ description: Prerequisites and supported software

Node.js is a prerequisite for installing the Merative Social Program Managment UI Addon Development Environment and for developing and deploying your application pages.

| Supported software | Version | Prerequisite minimum | Operating system restrictions |
| :-------------- | :----------- | :----------- | :----------- |
| Node.js | 14 LTS (latest) | 14.16.0 LTS (Fermium) | No |
| | 12 LTS (latest) | 12.13.0 LTS (Erbium) | No |
| Supported software | Version | Prerequisite minimum | Operating system restrictions |
| :----------------- | :-------------- | :------------------- | :---------------------------- |
| Node.js | 20 LTS (latest) | 20.12.2 LTS | No |
| | 18 LTS (latest) | 18.20.2 LTS | No |

## Merative Social Program Management

| UI Addon Development Environment | Social Program Management | IBM Carbon |
| :-------------- | :----------- | :----------- |
| :------------------------------- | :------------------------ | :----------- |
| 1.0.0 | 8.0.1, 8.0.2, 8.0.3 | v10 |
| 1.1.0 | 8.0.1, 8.0.2, 8.0.3 | v10 |
| 1.2.0 | 8.0.1, 8.0.2, 8.0.3 | v11 |

## Integrated Development Environment (IDE)

Expand Down

0 comments on commit 8f15856

Please sign in to comment.