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

Flow grpc-web service #14

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Conversation

goodmind
Copy link

No description provided.

@chrisgervang
Copy link
Owner

chrisgervang commented Jan 30, 2019

This is sweet! The trouble in CI is probably that we're no longer emitting the TS files it expects. I've been keeping TS support until I can remove all of the BAZEL stuff that fails when TS file emission is disabled.

@goodmind
Copy link
Author

@chrisgervang Can't understand what CI wants

+MODIFIED_FILES=package-lock.json
+[[ -n package-lock.json ]]
+echo 'ERROR: Changes detected in generated code, please run '\''./generate.sh'\'' and check-in the changes.'
ERROR: Changes detected in generated code, please run './generate.sh' and check-in the changes.
+exit 1

Probably package-lock.json is different after some commands?

"resolve": "1.8.1",
"semver": "5.6.0",
"source-map": "0.5.7"
"@babel/code-frame": "^7.0.0",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CI build error is happening since you're using NPM v6 instead of v5 judging by this lock file change. I think I just need to update the CI config to use a new NPM version.

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

Successfully merging this pull request may close these issues.

2 participants