cyChop / beverages-js

📝 A utility to display the list of the hot brews available.
https://cychop.github.io/beverages-js
MIT License
2 stars 0 forks source link

JSDoc generation fails with Node 8 on Windows and Travis #137

Open cyChop opened 6 years ago

cyChop commented 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'

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'