coinmon icon indicating copy to clipboard operation
coinmon copied to clipboard

Need help with this issue

Open ghost opened this issue 7 years ago β€’ 3 comments

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

ghost avatar Mar 05 '18 16:03 ghost

yes

badhon25ma avatar Mar 05 '18 21:03 badhon25ma

@mahpoul22 @badhon25ma May I know what you are using? Have you installed node?

bichenkk avatar Mar 05 '18 23:03 bichenkk

@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

bittricky avatar Jun 19 '18 04:06 bittricky