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:25:36 UTC

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

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



##########
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:
       Installing Cordova globally is one of the biggest sources of problems with permissions and weird bugs 😞 (but yes, you're right, that is what the current docs say)




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