You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run the ng-fhir-example, however I get the following errors:
npm install
npm WARN deprecated [email protected]: angular-cli has been renamed to @angular/cli. Please update your dependencies.
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
I updated the dependencies as suggested:
"npm uninstall --save-dev angular-cli"
"npm install --save-dev @angular/cli@latest"
and migrated angular-cli.json according to the description.
However when I want to build now the example I get the following error:
I was not updating this package since the first versions of angular-cli. Now I updated it to the newer versions. Can you pull the changes and try it now?
Please don't forget to remove node modules (rm -rf node_modules) and run npm install again.
I tried to run the ng-fhir-example, however I get the following errors:
npm install
npm WARN deprecated [email protected]: angular-cli has been renamed to @angular/cli. Please update your dependencies.
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
I updated the dependencies as suggested:
"npm uninstall --save-dev angular-cli"
"npm install --save-dev @angular/cli@latest"
and migrated angular-cli.json according to the description.
However when I want to build now the example I get the following error:
github/ng-fhir-example-2/node_modules/ng-fhir/FhirClient.d.ts (1,22): Cannot find module './nativeFHIR'
any ideas how to resolve this? any help greatly appreciated.
The text was updated successfully, but these errors were encountered: