[AC-350] Update crashes appcelerator studio
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Needs more info |
Resolution Date | 2015-11-12T11:46:42.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Appcelerator CLI, Studio, Titanium SDK & CLI |
Labels | n/a |
Reporter | Joachim Mollin |
Assignee | Mostafizur Rahman |
Created | 2015-09-12T21:26:04.000+0000 |
Updated | 2015-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'
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.
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