0

I am using YUIDOC to convert Javascript comments to a chm file.

I have installed node.js then,I have run the command yuidoc but when I am running the command yuidoc E:\foldername\filename.js then no error is coming but warning come that path argumen is missing and options are also displayed. Kindly tell me how to do this successfully. Thank You

opalenzuela
  • 3,139
  • 21
  • 41
Navya
  • 657
  • 2
  • 10
  • 20

2 Answers2

0

Use server mode to run yuidoc with node. For example:

yuidoc --server

Will start a server at the following address:

http://127.0.0.1:3000/

Place the JavaScript files in a subfolder of the yuidoc path rather than on a separate drive.

References

Paul Sweatte
  • 24,148
  • 7
  • 127
  • 265
0

My issue is solved. I have removed the read-only attribute from the folder property.

Navya
  • 657
  • 2
  • 10
  • 20