GillianPerard/typescript-json-serializer

"export '__spreadArray' (imported as 'e') was not found in 'tslib'

raravel opened this issue · 3 comments

image

I am using a package using typescript-json-serializer in the electron environment.
At that time, the corresponding error is output.

As a result of the search, it was determined that the issue was similar to the following issue.
ionic-team/ionic-framework#23090

So I ran npm install tslib and the error was resolved.
My guess is that the tslib package should be moved from devDependency to dependency.

Thank you for the issue.

I'll fix it.

The new 3.4.4 version is now available :).

I confirmed that it works normally.