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

build:temporal error (npm run dev) in devcontainer #1

Open
herki opened this issue Feb 19, 2022 · 0 comments
Open

build:temporal error (npm run dev) in devcontainer #1

herki opened this issue Feb 19, 2022 · 0 comments

Comments

@herki
Copy link

herki commented Feb 19, 2022

`node ➜ /workspace (main) $ npm run dev

> dev
> npm-run-all -l build:temporal --parallel dev:css dev:temporal dev:remix start:worker

[build:temporal]
[build:temporal] > build:temporal
[build:temporal] > tsc --build ./temporal/tsconfig.json
[build:temporal]
[build:temporal] app/lib/survey/answer.ts(4,19): error TS7031: Binding element 'surveyId' implicitly has an 'any' type.
[build:temporal] app/lib/survey/answer.ts(4,29): error TS7031: Binding element 'value' implicitly has an 'any' type.
[build:temporal] app/lib/survey/answer.ts(4,36): error TS7031: Binding element 'email' implicitly has an 'any' type.
[build:temporal] app/lib/survey/answer.ts(14,26): error TS7006: Parameter 'surveyId' implicitly has an 'any' type.
[build:temporal] app/lib/survey/survey.ts(4,19): error TS7031: Binding element 'question' implicitly has an 'any' type.
[build:temporal] app/lib/survey/survey.ts(4,29): error TS7031: Binding element 'limit' implicitly has an 'any' type.
[build:temporal] app/lib/survey/survey.ts(13,14): error TS7006: Parameter 'surveyId' implicitly has an 'any' type.
[build:temporal] app/lib/surveys.ts(5,19): error TS7031: Binding element 'question' implicitly has an 'any' type.
[build:temporal] app/lib/surveys.ts(5,29): error TS7031: Binding element 'limit' implicitly has an 'any' type.
[build:temporal] app/lib/surveys.ts(9,24): error TS7006: Parameter 'surveyId' implicitly has an 'any' type.
[build:temporal] app/lib/surveys.ts(13,18): error TS7006: Parameter 'options' implicitly has an 'any' type.
[build:temporal] app/lib/surveys.ts(17,25): error TS7031: Binding element 'surveyId' implicitly has an 'any' type.
[build:temporal] app/lib/surveys.ts(17,35): error TS7031: Binding element 'value' implicitly has an 'any' type.
[build:temporal] app/lib/surveys.ts(17,42): error TS7031: Binding element 'email' implicitly has an 'any' type.
ERROR: "build:temporal" exited with 1.

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

1 participant