-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blank license field causes error in JSdoc #23
Comments
The error has been fixed in Lunr's repo. Is it possible to update the dependency in JSDoc? |
There is no dependency here for lunr as far as I can tell. If you update your code for the template it should work. |
I've reinstalled gulp-jsdoc and jsdoc. I keep getting the same error. I believe that lunr implements search on the theme used by the plugin but I can't find if it's bundled with this project or loaded as a dependency. This is the error:
|
It is not bundled with this project |
It doesn't help me troubleshoot the issue but since it's not bundled with the project it's no use keep the issue open. |
This has nothing to do with jsdoc but with docstrap. I'm currently working on a pull request https://github.com/docstrap/docstrap/ |
@toutpt thanks, that's all I needed to know... |
When running gulp-jsdoc3 I'm getting the following error:
ERROR: The @license tag requires a value. File: lunr.min.js, line: 1
. I see that the license field is indeed blank but can't find the source of the file being copied to the output directory to make a pull request.This appears to be an issue in the lunr repository but I'm not sure if it's gulp's handling of JSdoc or somehting else.
I've filed olivernn/lunr.js#217 against the lunr repository for them to fix the issue upstream
Until this is fixed, where do I pull the source for lunr so I can manually remove the tag?
The text was updated successfully, but these errors were encountered: