-
Notifications
You must be signed in to change notification settings - Fork 0
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
deprecatedになってたのでnode versionを上げる #38
Merged
Merged
+29
−17
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
imaharu
force-pushed
the
node_version_up
branch
from
March 22, 2024 05:39
5b74372
to
5e74438
Compare
imaharu
force-pushed
the
node_version_up
branch
from
March 22, 2024 06:18
f38b914
to
8bb5b94
Compare
imaharu
commented
Mar 22, 2024
"@types/node": "^17.0.2", | ||
"@vercel/ncc": "^0.33.1", | ||
"@types/node": "^20.11.30", | ||
"@vercel/ncc": "^0.38.1", |
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 version 上げたことによってエラーになったので version up
$ ncc build --source-map --license licenses.txt
Debugger listening on ws://127.0.0.1:59313/171ac505-aa1e-4395-8c52-1ff8d123cfc6
For help, see: https://nodejs.org/en/docs/inspector
Debugger attached.
ncc: Version 0.33.1
ncc: Compiling file index.js into CJS
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:68:19)
at Object.createHash (node:crypto:138:10)
at hashOf (/Users/ryohta.ochi/globis/sre-actions/node_modules/@vercel/ncc/dist/ncc/index.js.cache.js:37:1890023)
at ncc (/Users/ryohta.ochi/globis/sre-actions/node_modules/@vercel/ncc/dist/ncc/index.js.cache.js:37:1894690)
at runCmd (/Users/ryohta.ochi/globis/sre-actions/node_modules/@vercel/ncc/dist/ncc/cli.js.cache.js:1:52268)
at 819 (/Users/ryohta.ochi/globis/sre-actions/node_modules/@vercel/ncc/dist/ncc/cli.js.cache.js:1:48838)
at __webpack_require__ (/Users/ryohta.ochi/globis/sre-actions/node_modules/@vercel/ncc/dist/ncc/cli.js.cache.js:1:59076)
at /Users/ryohta.ochi/globis/sre-actions/node_modules/@vercel/ncc/dist/ncc/cli.js.cache.js:1:59288
at /Users/ryohta.ochi/globis/sre-actions/node_modules/@vercel/ncc/dist/ncc/cli.js.cache.js:1:59349
at Object.<anonymous> (/Users/ryohta.ochi/globis/sre-actions/node_modules/@vercel/ncc/dist/ncc/cli.js:8:28) {
opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
library: 'digital envelope routines',
reason: 'unsupported',
code: 'ERR_OSSL_EVP_UNSUPPORTED'
}
imaharu
requested review from
a team,
mutao-net and
satoru-shibano
and removed request for
a team
March 22, 2024 06:23
yukin01
approved these changes
Mar 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
タイトル通り
PublicリポジトリなのでIssueリンクは貼り付けてないです。