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
OS: Mac El Capitan 10.11.5
tns: v2.1.1
Cross-platform modules: v2.1.0
I just installed nativescript via npm install -g nativescript but ran into a set of odd problems, which seem to have been caused by the install script creating a .bash_profile, which resulted in my .profile being skipped.
I've used .profile on Mac because many programs assume .profile.
It also appears that both the android installation and the java installation (run under the control of the nativescript install) both use .profile as well, as these two lines were added to the end of my .profile:
From @psnider on July 25, 2016 15:50
OS: Mac El Capitan 10.11.5
tns: v2.1.1
Cross-platform modules: v2.1.0
I just installed nativescript via
npm install -g nativescript
but ran into a set of odd problems, which seem to have been caused by the install script creating a .bash_profile, which resulted in my .profile being skipped.I've used .profile on Mac because many programs assume .profile.
It also appears that both the android installation and the java installation (run under the control of the nativescript install) both use .profile as well, as these two lines were added to the end of my .profile:
I was able to resolve my issues by adding the following to the top of my .bash_profile:
Copied from original issue: NativeScript/NativeScript#2506
The text was updated successfully, but these errors were encountered: