You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/02/03 05:22:09 UTC

[GitHub] [cordova-docs] erisu commented on a change in pull request #1155: Add blog post for cordova-fetch 3.0.1 release

erisu commented on a change in pull request #1155:
URL: https://github.com/apache/cordova-docs/pull/1155#discussion_r569138288



##########
File path: www/_posts/2021-02-02-cordova-fetch-3.0.1.md
##########
@@ -0,0 +1,39 @@
+---
+layout: post
+author:
+    name: Darryl Pogue
+    url: https://twitter.com/dpogue
+title:  "Cordova Fetch 3.0.1 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that `cordova-fetch@3.0.1` was released in February 2021. This module is responsible for installing platforms and plugins from the npm package registry, and this release adds compatibility for npm version 7.
+
+* [cordova-fetch@3.0.1 on npm](https://www.npmjs.com/package/cordova-fetch)
+
+
+**To upgrade:**
+
+Because `cordova-fetch` is a dependency of the `cordova` command-line tool, you'll need to reinstall the `cordova` package to update:
+
+```bash
+npm uninstall cordova
+npm install cordova

Review comment:
       I believe the docs shows it as a globally installed package, so we might need to reference that here as well?
   
    ```suggestion
   npm uninstall -g cordova
   npm install -g cordova
   ```




----------------------------------------------------------------
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: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org