Skip to main content
16
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
If the Android app icon is not changing from the default icon (in my situation...
Andrew Fletcher
A summary of Node package commands Short cut commands npm install...
Andrew Fletcher
Updating NPM packages using npm update and I'm seeing the following response npm...
Andrew Fletcher
This article works through the steps to update dependencies in package.json...
Andrew Fletcher
Android Studio error Installation did not succeed. The application could not be installed: INSTALL_FAILED_INSUFFICIENT_STORAGE List of apks: [0] '../android/app/build/intermediates/apk/debug/app-debug.apk' The device needs more free storage to install the application (extra space is needed in addition to APK size). Retry Failed to launch an application on all devicesSteps to add more memory: Open the AVD Manager Click Edit Icon to edit the AVD Click Show Advanced settings Change the Internal...
Andrew Fletcher
Android Studio error error: package android.support.v4.content does not...
Andrew Fletcher
Android Studio build errors Build failed error: cannot find symbol if...
Andrew Fletcher
Initialise your Capacitor config​ To initialise Capacitor use the CLI...
Andrew Fletcher
Run the NPX commands to update the app npm run build && npx cap syncRun...
Andrew Fletcher
In Xcode attempting to build or run an app, I receiving a framework error. Software / package Version Xcode 13.2.1 @capacitor/cli 3.4.3 @capacitor/haptics 1.1.4 ionic 6 @angular/core 13.3.4   Previously, I had added via npm the following npm i @capacitor/haptics  Whilst I had added the haptics package, then built and synchronised the code using npm run build npx cap sync npx cap copy ios npx cap open ios  How to fix this issue This error is a result of my...
Andrew Fletcher
Working through an app project I inherited using Ionic, Angular and ngx-leaflet...
Andrew Fletcher
While loading an ionic project, in Xcode when performing a run routine I had the...
Andrew Fletcher
Need to know how run updates for Capacitor? Updating Capacitor Update Capacitor...
Andrew Fletcher
Currently I'm working through an app that has been abandoned by the developers....