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
Do you want to request a feature or report a bug? bug
What is the current behavior?
Trying to globally install grunt. If I use yarn global add command, it will be allow me to use 'grunt' as a cli name. If I install grunt globally via npm, I can use grunt as a cli name If the current behavior is a bug, please provide the steps to reproduce.
install a npm package globally (yarn global add grunt)
package successfully installs.
restarted terminal for changes.
type grunt in to terminal.
errors: zsh: command not found: grunt
note: I have added export PATH="$PATH:$HOME/.yarn/bin" to my .zshrc file, still cannot find 'grunt' What is the expected behavior?
grunt can be used on the command line. Please mention your node.js, yarn and operating system version.
Mac OS X El capitain
Installed via homebrew
iterm2 with zsh
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
bug
What is the current behavior?
Trying to globally install grunt. If I use yarn global add command, it will be allow me to use 'grunt' as a cli name. If I install grunt globally via npm, I can use grunt as a cli name
If the current behavior is a bug, please provide the steps to reproduce.
note: I have added export PATH="$PATH:$HOME/.yarn/bin" to my .zshrc file, still cannot find 'grunt'
What is the expected behavior?
grunt can be used on the command line.
Please mention your node.js, yarn and operating system version.
Mac OS X El capitain
Installed via homebrew
iterm2 with zsh
The text was updated successfully, but these errors were encountered: