X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=JO5+ySsD33ymSiFD xJZL2+5Hnq/OK/UpH2a4Ds61IBhPHvhrKNy5g4LPc8mpzr7/0LQsEySMChkNPjyv ESfoHAewJZtZn88uZ/yKVnaVs6laN59WmECEE8HrsciHJ9QBQ9IBZRIqiEpzFHk3 D1VsoGANO+++uU9yjAeduJ3d8tk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=FH1BiXIt8zHrBFOjUNnmzs XRLEA=; b=yinWzpKV00ZQt2qmTD6oNUg2ZZnPsyzrrdxnXocOSyvSHvWmNc5/D2 Kn4n+7QlmQ3QtFR7ljrMThgSO4+QnVwePzjDhI08RCRMsQCATPu3a641YkGISpHf +zavzN0S1Rc4WEpP3+Ys3+Qc5um4W58PBS6gU8ApqNN+UCX2agGMQ= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Marco, atzeri, marco, Atzeri X-HELO: mail-it1-f175.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=GbenpkiPAfMNu6OOY5RO3LV7DTeQiVH7831LwCbwiag=; b=TaIRVVbTXxOAHQk0ojRdN0eGBJoVwUv+fE5WYqx7Dm5xdfhr9kXkDUHFqm6WqxSj4M u7U2YNautU5JOqyxT/5GmvmGb63PePp22i0c+tzPZJ9ms9jL2+ZH4MMIIrm7l2Lq1VpA HS1/Ehjv+JnaR+PCBT7gISl8VAPE63MHE8G6mg2arIRvefY47yllJjUpcNT5rYr4/2sR Hp8H2qAL5pUZZXUOGw6Pn4gB6dfbiPG6r9WM9TG+NocTnNUxaWaTePcwrmT/k4WPtBC2 xiE06KQ90KUVYQAh7v8paKZI9mN15boDOff4ggSWmFjcRVv6IOh+xRYY82P76VKaR2yQ f7Ug== Subject: Re: Problem - Possibly Cygwin To: cygwin AT cygwin DOT com, pixeldroid AT gmail DOT com References: <61e1596c-d9f0-d8b7-07ff-976767f440ae AT gmail DOT com> From: cyg Simple Message-ID: <2c219baf-61a4-bb1c-69c9-88a7fb2770ab@gmail.com> Date: Fri, 25 Jan 2019 11:39:01 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes On 1/25/2019 8:29 AM, Marco Atzeri wrote: > Am 25.01.2019 um 14:24 schrieb Mitch Rosefelt: >> Hi All: >> I've run into a problem in which cygwin is part of the error message. >> I don't know that cygwin is part of the problem, but I'm having great >> difficulty figuring this out, so I'm posting it here with the hope >> that someone will know the fix. >> Thanks much. >> ============================= >> >> After installing react-devtools >> >> into my Node JS environment, I am no longer able to run expo-cli. >> Everything was working fine until I did that. I’m now getting the >> error below. >> In addition to not being able to run expo, my Powershell permissions >> were also changed to "restricted" (fixed). I even restored my registry >> to the previous day in an effort to fix this. >> I have uninstalled/reinstalled node and yarn. >> >> The error indicates Cygwin, which I don't have installed on my >> computer (does not show up in a registry search), however, searching >> my computer, I see that Cygwin was installed with Git:C:\Program >> Files\Git\usr\share\cygwin >> C:\Program Files\Git\usr\bin\cygwin-console-helper.exe >> C:\Program Files\Android\Android >> Studio\bin\lldb\lib\distutils\cygwinccompiler.py >> C:\Program Files\Git\usr\lib\perlS\core_per|\File\Spec\cygwin.pm >> C:\Program Files\Git\usr\share\cygwin\cygwin.ldif >> C:\Program Files\Git\usr\share\tern1info\63\cygwin >> C:\Program Files\Git\usr\lib\terminf0\63\cygwin >> >> >> Any help will be GREATLY appreciated. > > have you tried with a clean PATH for every application ? I don't think that will help. The expo.ps1 is using a shell expression and the interpreter isn't liking the syntax. It's trying to determine if Cygwin is installed and if it is get a Windows path for the basedir variable. It chokes on the ')' in the structure of the comparison. That error doesn't indicate Cygwin is installed or found. You'll have to ask the expo vendor. -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple