Unable to use quasar dev command in the editor terminal, the error message says there is no such file or directory, but it can be used normally on the desktop terminal
-
-
You can try close your editor terminal and open it again, like restarting your editor terminal.
-
@isac I used vscode and webstorm, neither of them worked.
-
@isac Restart does not work either
-
@t783072 This issue has been resolved, you need to add
source ~ / .bash_profile
to the zsh configuration file (because some commands are configured in the bash configuration file). But what is confusing is that without addingsource ~ / .bash_profile
in the zsh configuration file, I can still use those commands configured in bash in the desktop terminal(iterm2), which is very different from the terminal in the editor. -
@t783072 you probably didn’t set your node installation in your PATH.
-
@metalsadman Resolved, thanks for reply.