Skip to content
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

ビルドが失敗する #117

Open
sonyakun opened this issue Jun 18, 2023 · 4 comments
Open

ビルドが失敗する #117

sonyakun opened this issue Jun 18, 2023 · 4 comments

Comments

@sonyakun
Copy link

sonyakun commented Jun 18, 2023

Docker、非Docker環境ともにビルド(npm run build)が失敗します。

 > [app 6/6] RUN npm install && npm run build:
#0 82.79 npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
#0 82.83 npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
#0 82.85 npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
#0 83.01 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
#0 83.69 npm WARN deprecated har-validator@5.1.5: this library is no longer supported
#0 84.77 npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.
#0 85.15 npm WARN deprecated sane@4.1.0: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added
#0 87.15 npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
#0 87.47 npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
#0 88.52 npm WARN deprecated @types/chalk@2.2.0: This is a stub types definition for chalk (https://github.com/chalk/chalk). chalk provides its own type definitions, so you don't need @types/chalk installed!
#0 91.93 npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
#0 120.8
#0 120.8 added 730 packages, and audited 731 packages in 2m
#0 120.8
#0 120.8 42 packages are looking for funding
#0 120.8   run `npm fund` for details
#0 120.8
#0 120.8 3 moderate severity vulnerabilities
#0 120.8
#0 120.8 To address all issues (including breaking changes), run:
#0 120.8   npm audit fix --force
#0 120.8
#0 120.8 Run `npm audit` for details.
#0 120.8 npm notice
#0 120.8 npm notice New minor version of npm available! 9.5.1 -> 9.7.1
#0 120.8 npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.7.1>
#0 120.8 npm notice Run `npm install -g npm@9.7.1` to update!
#0 120.8 npm notice
#0 121.2
#0 121.2 > build
#0 121.2 > tsc
#0 121.2
#0 126.8 node_modules/@types/babel__traverse/index.d.ts(321,6): error TS1023: An index signature parameter type must be either 'string' or 'number'.
@crownzzZZ
Copy link

私も同じ問題に遭遇しました、助けてください

@crownzzZZ
Copy link

@syuilo

@ghost
Copy link

ghost commented Jun 29, 2023

@types/babel__traverseがバグってるっぽいのでバージョンを下げることで回避出来ます。
npm install --save @types/babel__traverse@7.18.3

@crownzzZZ
Copy link

@types/babel__traverseがバグってるっぽいのでバージョンを下げることで回避出来ます。
npm install --save @types/babel__traverse@7.18.3

神様!!!ありがとうございました。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants