Skip to main content
7
results
Andrew Fletcher
When executing the following command, the response I'm getting is npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/@fortawesome%2fpro-light-svg-icons - Not found npm ERR! 404 npm ERR! 404 '@fortawesome/pro-light-svg-icons@^5.11.2' is not in this registry. npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url.This error 404 Not Found - GET https://registry.npmjs.org/@fortawesome%2fpro-light-svg-icons - Not...
Andrew Fletcher
This article works through the steps to update dependencies in package.json...
Andrew Fletcher
It appears that the plugin or file path is not working how it used to be on...
Andrew Fletcher
This article references some of the common commands via CLI (command-line...
Andrew Fletcher
How can you find out if the Cordova plugins have been loaded? Begin by running...
Andrew Fletcher
Updating the Cordova plugins... there are two locations to manage the plugins config.xml package.json I was finding some Cordova functionality was not coming through... through further investigation the two files above had conflicting data.   Review the data package.json "cordova-browser": "6.0.0", "cordova-plugin-advanced-http": "3.3.1", "cordova-plugin-android-permissions": "^1.1.3", "cordova-plugin-device": "2.1.0", "cordova-plugin-file": "^7.0.0", ...
Andrew Fletcher
A bug bear that I have had for a while with Drupal content is how come the...