Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-14946] CLI: TypeError: Cannot call method 'map' of undefined

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-09-26T20:11:03.000+0000
Affected Version/sRelease 3.1.2
Fix Version/sn/a
ComponentsCLI
Labelstriage
ReporterRobert Sayfullin
AssigneeChris Barber
Created2013-08-23T06:46:39.000+0000
Updated2017-03-23T18:10:15.000+0000

Description

Comments

  1. Chris Barber 2013-08-23

    It's possible the file permissions are incorrect. You should do a quick test and run:
       cd /Users/robert/Library/Application\ Support
       sudo chown -R whoami:staff .
       
    If that doesn't fix it, then try re-installing the SDK:
       ti sdk install 3.1.2.GA --force --default
       
  2. Stephen Feather 2013-08-30

    Adding some data points. We ran into this on an osx lion system running Appcelerator Studio.
    ti sdk install 3.1.2.GA --force --default
    fixed command line builds, but studio continued to fail until we forced permissions on the Application Support directory. A bit disconcerting as this is a newly refreshed system (less than 2 weeks) that was building with 3.1.1.GA just fine. We could roll back to 3.1.1 and the same tooling would build just fine. Node 0.10.15 CLI 3.1.2, 3.1.1
  3. Chris Barber 2013-09-26

    Resolving since reinstalling the SDK seemed to fix things.
  4. Lee Morris 2017-03-23

    Closing ticket as fixed.

JSON Source