SSL Error on running npm run dev for doc repo locally
#1944
Answered
by
jaylinski
satyajitnayk
asked this question in
Q&A
-
|
I have forked https://github.com/handlebars-lang/docs repo & tried running locally, but the following error comes up.
machine specification: Any help in this reagrds is highly appreciated from any one who have contributed to https://github.com/handlebars-lang/docs repo |
Beta Was this translation helpful? Give feedback.
Answered by
jaylinski
Jun 2, 2023
Replies: 1 comment 1 reply
-
|
I think the docs-repo doesn't work with Node >= v17 yet, because we use an outdated webpack version: webpack/webpack#14532 We should probably upgrade to |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
satyajitnayk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

I think the docs-repo doesn't work with Node >= v17 yet, because we use an outdated webpack version: webpack/webpack#14532
We should probably upgrade to
vitepress(right now we usevuepress).