[AC-80] Studio: Cannot build on simulator or device
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Resolved |
| Resolution | Fixed |
| Resolution Date | 2015-04-18T15:43:02.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Appcelerator CLI, Studio |
| Labels | n/a |
| Reporter | Sebastian Klaus |
| Assignee | Radamantis Torres-Lechuga |
| Created | 2015-04-14T12:27:02.000+0000 |
| Updated | 2015-04-18T15:43:02.000+0000 |
Description
After todays update, I can't build any app.
Fails with the following error:
Error: Cannot find module '../node_modules/appc-cli-titanium/appc.js'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at executePlugin (/Volumes/Data/Users/sebastian/.appcelerator/install/0.2.242/package/bin/appc-ti:225:2)
at appc.async.series.appc.provisioning.provision.app (/Volumes/Data/Users/sebastian/.appcelerator/install/0.2.242/package/bin/appc-ti:178:11)
at /Volumes/Data/Users/sebastian/.appcelerator/install/0.2.242/package/node_modules/async/lib/async.js:610:21
at /Volumes/Data/Users/sebastian/.appcelerator/install/0.2.242/package/node_modules/async/lib/async.js:249:17
at iterate (/Volumes/Data/Users/sebastian/.appcelerator/install/0.2.242/package/node_modules/async/lib/async.js:149:13)
at /Volumes/Data/Users/sebastian/.appcelerator/install/0.2.242/package/node_modules/async/lib/async.js:160:25
What should I do?
[~benutzername] can you please go to terminal and try installing from command line: $ sudo npm install -g appcelerator
With Appcelerator Studio, build: 4.0.0.201504161435 and sebastian-MacBook-Pro:sebastian sebastian$ appc -V 0.2.247 it works on simulator and device Issue can be closed. Thanks
This appears to have been a configuration issue.