I have this directory structure:
Desktop
config.json
- docs
- index.html
- css
- img
- js
code-src.html
index.html
The contents of config.json are:
{
"title": "my documentation title"
}
When I run commentjs config.json from Desktop directory in terminal, I get:
Which directory should the config.json file be in?
Which directory should I be in when running commentjs config.json?
Thank You.
I have this directory structure:
The contents of
config.jsonare:When I run
commentjs config.jsonfrom Desktop directory in terminal, I get:Which directory should the
config.jsonfile be in?Which directory should I be in when running
commentjs config.json?Thank You.