-
Notifications
You must be signed in to change notification settings - Fork 495
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
Error: '__spreadArrays' is not exported by tslib
occurs when npm run build
#310
Comments
my fault, adding
into |
I have the same problem! how did you resolved it? |
the same problem |
update devDependencies
|
Also you need to bump the rollup version in devDependencies
|
Just as an update was experiencing this same issue again with:
Bumping to v0.30.0 solved the issue.
|
if you are working with react app in typescript you may just need to install "tslib" to solve the problem. tslib will then be added to your package.json |
tslibi needs to be installed because of this error: alexjoverm/typescript-library-starter#310
Solved this by |
Hi, I got an error when
npm run build
, the message shown has nothing to do with my source code.these are all modules I added in my project:
the complete log is here
i would really appreciate it if you can help me.
The text was updated successfully, but these errors were encountered: