This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Has anyone else come across this error whilst packaging an app through AppFlow?
npm ERR! code EINTEGRITY
I've been stuck at this for the past 24hrs and not getting anything helpful via Ionic support
Using Kubernetes namespace: ionic-runners
Using Kubernetes executor with image 319312831725.dkr.ecr.us-west-2.amazonaws.com/ionic-runners/package-android ...
Waiting for pod ionic-runners/runner-f537d27d-project-0-concurrent-0l5ddc to be running, status is Pending
Running on runner-f537d27d-project-0-concurrent-0l5ddc via gitlab-runner-5dd8687545-jcxzq...
Cloning repository...
Cloning into '/builds/project-0'...
Checking out 84ccc2f5 as master...
Updating/initializing submodules...
$ run "fetch-updates"
$ run "build-android"
[11:03:02]: You have required a gem, if this is a third party gem, please use `fastlane_require 'securerandom'` to ensure the gem is installed locally.
[11:03:02]: ------------------------------
[11:03:02]: --- Step: default_platform ---
[11:03:02]: ------------------------------
[11:03:02]: Driving the lane 'android package_build' 🚀
[11:03:02]: ---------------------------
[11:03:02]: --- Step: build_summary ---
[11:03:02]: ---------------------------
--------------------- ---------------------------
| Build Summary |
--------------------- ---------------------------
| Job ID | 6688064 |
| Node.js version | v10.16.0 |
| Cordova CLI version | 9.0.3 ([email protected]) |
| npm version | 6.9.0 |
--------------------- ---------------------------
[11:03:03]: ---------------------------------
[11:03:03]: --- Step: add_git_credentials ---
[11:03:03]: ---------------------------------
[11:03:03]: --------------------------------
[11:03:03]: --- Step: detect_native_type ---
[11:03:03]: --------------------------------
[11:03:03]: Checking if cordova or capacitor project
[11:03:03]: Cordova project detected
[11:03:03]: -------------------------
[11:03:03]: --- Step: get_web_dir ---
[11:03:03]: -------------------------
[11:03:03]: webDir is `www`
[11:03:03]: -------------------------------
[11:03:03]: --- Step: modify_config_xml ---
[11:03:03]: -------------------------------
[11:03:03]: No custom native config detected.
[11:03:03]: ---------------------------
[11:03:03]: --- Step: build_pro_app ---
[11:03:03]: ---------------------------
[11:03:03]: Installing Dependencies
[11:03:03]: $ npm install --quiet --no-optional
[11:03:11]: â–¸ npm ERR! code EINTEGRITY
[11:03:11]: â–¸ npm ERR! sha1-gVTs8QTfjB4Dw/7kaW0prxMFN/8= integrity checksum failed when using sha1: wanted sha1-gVTs8QTfjB4Dw/7kaW0prxMFN/8= but got sha512-dL9Xc2Aj3YyBnwvCNuHmFl2LWvQacm/HEAsoVwLiuu0POboMChETt5wexpU1P6F6MnibIucXlVsMFFgNUT2IyA== sha1-CEtQk93JJQbiWfh0uNmxr7jHlZM=. (107957 bytes)
[11:03:16]: â–¸ npm ERR! A complete log of this run can be found in:
[11:03:16]: â–¸ npm ERR! /root/.npm/_logs/2019-10-25T11_03_11_956Z-debug.log
------------------ -----------------------
| Lane Context |
------------------ -----------------------
| DEFAULT_PLATFORM | ios |
| PLATFORM_NAME | android |
| LANE_NAME | android package_build |
| PROJECT_WEB_DIR | www |
------------------ -----------------------
[11:03:16]: Exit status of command 'npm install --quiet --no-optional' was 1 instead of 0.
npm ERR! code EINTEGRITY
npm ERR! sha1-gVTs8QTfjB4Dw/7kaW0prxMFN/8= integrity checksum failed when using sha1: wanted sha1-gVTs8QTfjB4Dw/7kaW0prxMFN/8= but got sha512-dL9Xc2Aj3YyBnwvCNuHmFl2LWvQacm/HEAsoVwLiuu0POboMChETt5wexpU1P6F6MnibIucXlVsMFFgNUT2IyA== sha1-CEtQk93JJQbiWfh0uNmxr7jHlZM=. (107957 bytes)
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2019-10-25T11_03_11_956Z-debug.log
Post Details
- Posted
- 5 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/ionic/comme...