You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by "AhmarZaidi (via GitHub)" <gi...@apache.org> on 2023/01/20 18:35:25 UTC

[GitHub] [age-viewer] AhmarZaidi opened a new pull request, #113: Defined supported node versions in package.json engines field.

AhmarZaidi opened a new pull request, #113:
URL: https://github.com/apache/age-viewer/pull/113

   
   ### Earlier
   
   - When we install AGE-Viewer on a version of node that is not supported we simply get errors on `npm run start` but not any **warning while installing** beforehand.
   
   ![image](https://user-images.githubusercontent.com/71930390/213764799-f82aafe4-b845-4186-a02e-4df5152486c0.png)
   <hr />
   
   ### Now
   
   - If we try to **install** using an incompatible version then a **warning** like this would be issued:
   
   ![image](https://user-images.githubusercontent.com/71930390/213771010-27286095-8180-4c4e-8317-1db8aed1081f.png)
   
   - And if `engine-strict` flag is set to `true` then an **error** like this is generated:
   
   ![image](https://user-images.githubusercontent.com/71930390/213771041-6d4bbdd2-d834-4536-a39c-049bfa5d2aaf.png)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age-viewer] aked21 merged pull request #113: Defined supported node versions in package.json engines field.

Posted by "aked21 (via GitHub)" <gi...@apache.org>.
aked21 merged PR #113:
URL: https://github.com/apache/age-viewer/pull/113


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org