Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install tooling tries to install Titanium CLI and SDK then fails #1246

Open
jdfabs opened this issue Nov 27, 2024 · 4 comments
Open

install tooling tries to install Titanium CLI and SDK then fails #1246

jdfabs opened this issue Nov 27, 2024 · 4 comments

Comments

@jdfabs
Copy link

jdfabs commented Nov 27, 2024

Type: Bug

Can't find any way to make the tooling work.

Extension version: 1.3.0
VS Code version: Code 1.95.3 (f1a4fb101478ce6ec82fe9627c43efbf9e98c813, 2024-11-13T14:50:04.152Z)
OS version: Linux x64 6.9.3-76060903-generic
Modes:

System Info
Item Value
CPUs 13th Gen Intel(R) Core(TM) i5-13600KF (20 x 5099)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
webnn: disabled_off
Load (avg) 0, 1, 1
Memory (System) 31.18GB (19.57GB free)
Process Argv --crash-reporter-id 301ce5f7-725d-46c9-bf0b-902cf21c21a3
Screen Reader no
VM 0%
DESKTOP_SESSION pop
XDG_CURRENT_DESKTOP Unity
XDG_SESSION_DESKTOP pop
XDG_SESSION_TYPE x11
A/B Experiments
vsliv368cf:30146710
vspor879:30202332
vspor708:30202333
vspor363:30204092
vscod805:30301674
binariesv615:30325510
vsaa593cf:30376535
py29gd2263:31024239
c4g48928:30535728
azure-dev_surveyonecf:30548226
a9j8j154:30646983
962ge761:30959799
pythonnoceb:30805159
asynctok:30898717
pythonmypyd1:30879173
h48ei257:31000450
pythontbext0:30879054
cppperfnew:31000557
dsvsc020:30976470
pythonait:31006305
dsvsc021:30996838
01bff139:31013167
dvdeprecation:31068756
dwnewjupyter:31046869
2f103344:31071589
nativerepl2:31139839
pythonrstrctxt:31112756
nativeloc1:31185841
cf971741:31144450
iacca1:31171482
notype1cf:31157160
5fd0e150:31155592
dwcopilot:31170013
stablechunks:31184530

@ewanharris
Copy link
Collaborator

Apologies for that @jdfabs, if you try and install the tooling manually does it work?

  1. Install Node.js
  2. Install Titanium and Alloy CLI npm install titanium alloy -g
  3. Install the latest Titanium SDK ti sdk install

@jdfabs
Copy link
Author

jdfabs commented Nov 27, 2024 via email

@ewanharris
Copy link
Collaborator

Oh that's interesting, the extension attempts to spawn ti and alloy CLIs to determine whether they are installed so your fix explains the error.

Do the ti/alloy commands work outside of VS Code? The fix suggests that the nvm directory isn't on the PATH which to me would indicate they shouldn't, the nvm install script should set a line in the correct shell profile to source the script which I think would ensure the npm installed tooling is in the PATH. Maybe that's not set?

@jdfabs
Copy link
Author

jdfabs commented Nov 27, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants