-
Notifications
You must be signed in to change notification settings - Fork 132
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
export '__spreadArray' (imported as '__spreadArray') was not found in 'tslib' #149
Comments
siddharthvp
added a commit
to wikimedia-gadgets/twinkle-starter
that referenced
this issue
Apr 17, 2021
The dependencies typescript, ts-loader and tslib affect the build, so pinning their versions for reproducible builds to avoid errors such as microsoft/tslib#149. Upgrade rest of the dependencies.
siddharthvp
added a commit
to wikimedia-gadgets/twinkle-enwiki
that referenced
this issue
Apr 17, 2021
The dependencies typescript, ts-loader and tslib affect the build, so pinning their versions for reproducible builds to avoid errors such as microsoft/tslib#149. Upgrade rest of the dependencies.
Facing the same issue with different Versions |
Same for me |
+1 Seeing this with tslib@npm:2.5.0 (via the @ant-design/charts package) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting this error on a project with:
The error goes away on pinning the versions which I was using earlier: tslib 2.0.3, typescript 4.1.2, ts-loader 8.0.13
The text was updated successfully, but these errors were encountered: