coinmon
coinmon copied to clipboard
Need help with this issue
Hey, just installed Coinmon but can't seem to get it work.
My terminal give me this "/usr/bin/env: βnodeβ: No such file or directory"
Thank you
yes
@mahpoul22 @badhon25ma May I know what you are using? Have you installed node?
@mahpoul22 it looks like you do not have node installed globally using homebrew. If your not familiar, homebrew is a package manager for macOS.
If your using windows. You can install node through the documentation.
To test if node.js has been installed successfully, you can run
$ npm --version
6.1.0
$ node --version
v10.3.0