Skip to content

Recommended way to update theme and npm dependencies #264

Answered by razonyang
LITUATUI asked this question in Q&A
Discussion options

You must be logged in to vote

This theme doesn't use NPM to manage dependencies except the build tools. In general, update the modules is good enough.

hugo mod get -u ./... && hugo mod tidy

You can update the NPM build tools monthly or even longer.

npm update

But it depends, if you rely on other non-HB modules, please refer to their docs.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by LITUATUI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants