Install ionic framework. -
i have installed module node version v0.10.22
sudo npm install -g ionic
but know when trying start new application getting
-bash command not found ionic
gives me nothing, have add together path on $path variable ?
how did installed npm? if used homebrew npm won't set npm files accessible users.
add export path=/usr/local/share/npm/bin:$path
.bashrc/.bash_profile/.zshrc
file , should work fine.
also refer this: "command not found" after installation
ionic-framework
No comments:
Post a Comment