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

Windows React Build has an issue with the TFJS version #4

Open
tgraupmann opened this issue May 1, 2021 · 0 comments
Open

Windows React Build has an issue with the TFJS version #4

tgraupmann opened this issue May 1, 2021 · 0 comments

Comments

@tgraupmann
Copy link

The core issue is this - tensorflow/tfjs#3384

The build on Windows results in JS errors.

The fix is to upgrade the TFJS version in the package.json.

"@tensorflow/tfjs": "^2.4.0",

And then npm install to get the update.

After that the hosted build works without issues.

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