You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/12/08 19:59:26 UTC

[GitHub] [cordova] breautek commented on issue #262: No support for NodeJS 15

breautek commented on issue #262:
URL: https://github.com/apache/cordova/issues/262#issuecomment-740941906


   Cordova doesn't support NPM 7 (yet). See https://github.com/apache/cordova-lib/issues/859 for details/tracking.
   
   It's recommended to use LTS versions of Node (their even versions, e.g: Node 10 / 12 / 14). Cordova doesn't officially support Node bleeding edge (their short term support odd versions, e.g: 11 / 13 / 15).
   
   Nonetheless, NodeJS 15 will _probably_ still work fine as long as you downgrade NPM back to 6.x. You can do this by doing `npm install -g npm@6`.
   
   Closing this issue as a duplicate.


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org