-
Notifications
You must be signed in to change notification settings - Fork 820
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
update about page #488
update about page #488
Conversation
2c788ae
to
e423083
Compare
echo "Generating licenses file..." | ||
./node_modules/.bin/npm-license-generator \ | ||
--out-path ./view/licenses.html \ | ||
--template ./scripts/licenses-template.html \ | ||
--error-missing=true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--registry
should be a requied parameter right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also, I get URL
is not defined error from Authenticator/node_modules/npm-license-generator/build/index.js:100:21
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
registry is optional and defaults to registry.npmjs.com. What version of node are you using?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's Node 8. I'm upgrading to 12 to test again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
URL was considered experimental in node 8, I need to add an import for it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have verified on Node 12, no errors in build.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
node 8 is supported with 1.0.1
No description provided.