You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- fixed "NativeScript CLI not found" error. That because execSync & spawn by default will run under '/bin/sh' without correct setup $PATH, instead we should use process.env.SHELL
thrownewError("NativeScript CLI not found. Use 'nativescript.tnsPath' workspace setting to explicitly set the absolute path to the NativeScript CLI.");
0 commit comments