This is a migrated thread and some comments may be shown as answers.

Installing on OSX Error

2 Answers 22 Views
Command-Line Interface
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Barry
Top achievements
Rank 1
Barry asked on 21 Jun 2016, 07:06 AM

HI I've tried various options including brew, different versions of node with no success.

What have I done wrong?

$ appbuilder doctor
str.toLowerCase is not a function
TypeError: str.toLowerCase is not a function
    at FiberFuture.Future.wait (/usr/local/lib/node_modules/appbuilder/node_modules/fibers/future.js:535:15)
    at /usr/local/lib/node_modules/appbuilder/lib/appbuilder-cli.js:21:45
    at /usr/local/lib/node_modules/appbuilder/lib/common/fiber-bootstrap.js:10:13
    - - - - -
    at Object.toBoolean (/usr/local/lib/node_modules/appbuilder/lib/common/helpers.js:94:23)
    at /usr/local/lib/node_modules/appbuilder/lib/common/services/analytics-service.js:126:45
    at Function.settle (/usr/local/lib/node_modules/appbuilder/node_modules/fibers/future.js:249:26)
    at FiberFuture.Future.wait (/usr/local/lib/node_modules/appbuilder/node_modules/fibers/future.js:534:10)
    at /usr/local/lib/node_modules/appbuilder/lib/common/services/analytics-service.js:218:64
    at Function.settle (/usr/local/lib/node_modules/appbuilder/node_modules/fibers/future.js:249:26)
    at FiberFuture.Future.wait (/usr/local/lib/node_modules/appbuilder/node_modules/fibers/future.js:534:10)
    at /usr/local/lib/node_modules/appbuilder/lib/common/services/analytics-service.js:31:96
    at Function.settle (/usr/local/lib/node_modules/appbuilder/node_modules/fibers/future.js:249:26)
    at FiberFuture.Future.wait (/usr/local/lib/node_modules/appbuilder/node_modules/fibers/future.js:534:10)
    at /usr/local/lib/node_modules/appbuilder/lib/common/services/commands-service.js:37:53
    at Function.settle (/usr/local/lib/node_modules/appbuilder/node_modules/fibers/future.js:249:26)
    at FiberFuture.Future.wait (/usr/local/lib/node_modules/appbuilder/node_modules/fibers/future.js:534:10)
    at /usr/local/lib/node_modules/appbuilder/lib/common/errors.js:132:40
    at Function.settle (/usr/local/lib/node_modules/appbuilder/node_modules/fibers/future.js:249:26)
    at FiberFuture.Future.wait (/usr/local/lib/node_modules/appbuilder/node_modules/fibers/future.js:534:10)
Error while reporting exception: TypeError: str.toLowerCase is not a function

Thanks

 

 

2 Answers, 1 is accepted

Sort by
0
Kaloyan
Telerik team
answered on 23 Jun 2016, 03:26 PM
Hi Barry,

It seems like the usage reporting in the AppBuilder Command Line Interface fails on your side. This said, could you please execute the following lines and try the appbuilder doctor command again?
$ appbuilder error-reporting disable
$ appbuilder usage-reporting disable

Please, let us know of the result.

Regards,
Kaloyan
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
0
Barry
Top achievements
Rank 1
answered on 23 Jun 2016, 10:20 PM

HI after running these commands everything worked. 

appbuilder doctor
No issues were detected.

Thanks!

 

Tags
Command-Line Interface
Asked by
Barry
Top achievements
Rank 1
Answers by
Kaloyan
Telerik team
Barry
Top achievements
Rank 1
Share this question
or