Skip to content

Commit

Permalink
update nodejs version requirement in READMEs (#5231)
Browse files Browse the repository at this point in the history
* update nodejs version requirement in README

* also update nodejs requirement in ccda README
  • Loading branch information
bradymiller committed Apr 26, 2022
1 parent da8d330 commit 84e628b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -42,7 +42,7 @@ Check out [FHIR_README.md](FHIR_README.md)

### For Developers

If using OpenEMR directly from the code repository, then the following commands will build OpenEMR (Node.js version 12.* or 14.* is required) :
If using OpenEMR directly from the code repository, then the following commands will build OpenEMR (Node.js version 16.* is required) :

```shell
composer install --no-dev
Expand Down
4 changes: 2 additions & 2 deletions ccdaservice/README.md
Expand Up @@ -12,12 +12,12 @@ Whenever there are new versions or updates, be sure to navigate into the ccdaser

This will ensure the lastest libraries are installed.
## Ubuntu Setup
* Latest version tested is node v14.0
* Latest version tested is node v16

If node is not already installed then do the following:
- cd ~
- apt-get remove --purge nodejs npm // Ensures clean install and will allow chance to cleanup.
- curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
- curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
- sudo apt-get install -y nodejs

Navigate to: openemr/ccdaservice and run the following to install requires dependencies.
Expand Down

0 comments on commit 84e628b

Please sign in to comment.