Titanium JIRA Archive
Appcelerator Community (AC)

[AC-350] Update crashes appcelerator studio

GitHub Issuen/a
TypeBug
Priorityn/a
StatusResolved
ResolutionNeeds more info
Resolution Date2015-11-12T11:46:42.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAppcelerator CLI, Studio, Titanium SDK & CLI
Labelsn/a
ReporterJoachim Mollin
AssigneeMostafizur Rahman
Created2015-09-12T21:26:04.000+0000
Updated2015-11-12T11:46:42.000+0000

Description

The update 4.1.3 crashes my system again Compiling platform native modules ... └ package/appc-cli-titanium ... ✓ └ extract-opts/typechecker ... ✓ └ bunyan/dtrace-provider ... ✓ └ extract-opts/typechecker ... ✓ └ socket.io-client/ws ... ✓ └ appc-ldapjs/dtrace-provider ... ✓ └ arrow/appc-memwatch ... npm http GET https://registry.npmjs.org/appc-memwatch/0.2.11 npm http 304 https://registry.npmjs.org/appc-memwatch/0.2.11 npm http GET https://registry.npmjs.org/bindings npm http 304 https://registry.npmjs.org/bindings ../src/heapdiff.cc:48:5: error: use of undeclared identifier 'NanScope' NanScope(); ^ ../src/heapdiff.cc:50:41: error: use of undeclared identifier 'NanNew' v8::Local t = NanNew(New); ^ ../src/heapdiff.cc:50:68: error: expected '(' for function-style cast or type construction v8::Local t = NanNew(New); ~~~~~~~~~~~~~~~~~~~~^ ../src/heapdiff.cc:52:21: error: use of undeclared identifier 'NanNew'

Comments

  1. Motiur Rahman 2015-09-17

    Hi Joachim Mollin, Thanks for your concern. Maybe the server is busy that’s why you face this problem. It’s better if you download it manually and install it in your machine. Appcelerator Studio Download link: https://web.appcelerator.com/product/studio Also, installed the CLI manually through the terminal.Please check this link as reference: https://web.appcelerator.com/product/cli Hope this helps.
  2. Aminul Islam 2015-11-11

    Hi , You download it manually or reinstall the appcelerator command line via NPM : Uninstall Appc CLI from NPM global path *npm uninstall -g appcelerator* Remove Appc CLI installed locally *rm -rf .appcelerator* Cache clean from NPM *npm cache clean* Then, reinstall Appc CLI from NPM *npm install -g appcelerator* Run setup *appc setup* Let us know if you get the error again. Thanks

JSON Source