onsen.io icon indicating copy to clipboard operation
onsen.io copied to clipboard

Update tutorial.html

Open WatchfulFox opened this issue 4 years ago • 0 comments

When using npm -g to install monaca cli it is not (as least in my instance) added to the path and so seems not to run. I am suggesting adding the following line to ~/.bashrc (or Mac equivalent) to ensure it runs properly after installation in the case of the cli not being recognised:

export PATH="$PATH:/usr/local/lib/node_modules/monaca/bin"

WatchfulFox avatar Jan 13 '21 15:01 WatchfulFox