Open cyChop opened 6 years ago
Since upgrading to Node 8, JSdoc generation fails with permissions problems.
Windows: Error: EPERM: operation not permitted, copyfile 'C:\xxx\beverages-js\node_modules\ink-docstrap\template\static\fonts\glyphicons-halflings-regular.eot' -> 'C:\xxx\beverages-js\reports\doc\fonts'
Error: EPERM: operation not permitted, copyfile 'C:\xxx\beverages-js\node_modules\ink-docstrap\template\static\fonts\glyphicons-halflings-regular.eot' -> 'C:\xxx\beverages-js\reports\doc\fonts'
Linux: Error: EISDIR: illegal operation on a directory, copyfile '/home/travis/build/cyChop/beverages-js/node_modules/ink-docstrap/template/static/fonts/glyphicons-halflings-regular.eot' -> 'reports/doc/fonts'
Error: EISDIR: illegal operation on a directory, copyfile '/home/travis/build/cyChop/beverages-js/node_modules/ink-docstrap/template/static/fonts/glyphicons-halflings-regular.eot' -> 'reports/doc/fonts'
Since upgrading to Node 8, JSdoc generation fails with permissions problems.
Windows:
Error: EPERM: operation not permitted, copyfile 'C:\xxx\beverages-js\node_modules\ink-docstrap\template\static\fonts\glyphicons-halflings-regular.eot' -> 'C:\xxx\beverages-js\reports\doc\fonts'
Linux:
Error: EISDIR: illegal operation on a directory, copyfile '/home/travis/build/cyChop/beverages-js/node_modules/ink-docstrap/template/static/fonts/glyphicons-halflings-regular.eot' -> 'reports/doc/fonts'