From 1840f415efca88a9dab33f066641791b7cb8ca72 Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Wed, 30 May 2018 12:44:08 +0300 Subject: [PATCH] fix: Shrinkwrap is incorrect which prevents CLI from installing The `integrity` value of the `xcode` package is not corect, which prevents npm of installing the package and CLI respectively. Can be reproduced with npm 5 or 6 by wiping the npm cache and trying to install current rc version. --- npm-shrinkwrap.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3042f5eed5..b4fc39f204 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -5659,7 +5659,7 @@ }, "xcode": { "version": "https://github.com/NativeScript/node-xcode/archive/NativeScript-1.5.1.tar.gz", - "integrity": "sha512-YIj7RSd4onuBYp2CAxFaO5zm+q59AyqRbng+fKb0Schwj+23xKM2AmtuVzg/XrC5eFUEBnIznVDT+pRMzUy5RQ==", + "integrity": "sha512-MM7xAUBkS0yP3l6nwDDv//PjkrNBvar6aq0ErTpeiZRKapnfye3265H7pYb6OvQVw5P/FB9N288WrsUoX2wIGA==", "requires": { "node-uuid": "1.3.3", "pegjs": "0.6.2"