You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workarond:
Although the error is caused by mis-configuration of the build process for typescript, the error can be ignored to continue the build, and the built code works well.
Therefore, in the npm script, if I add || true after tsc, it will allow browserify to continue the build process.
Versions of packages used:
master branch (15.4.0)
The text was updated successfully, but these errors were encountered:
beenotung
changed the title
tsx-seconds-elapse doesn't compiles
tsx-seconds-elapse example doesn't compiles
Mar 31, 2020
Code to reproduce the issue:
git clone https://github.com/cyclejs/cyclejs cd cyclejs/examples/intermediate/tsx-seconds-elapsed npm start
Expected behavior:
It should compile the code, without error.
Actual behavior:
The compile failed with below error:
Workarond:
Although the error is caused by mis-configuration of the build process for typescript, the error can be ignored to continue the build, and the built code works well.
Therefore, in the npm script, if I add
|| true
aftertsc
, it will allow browserify to continue the build process.Versions of packages used:
master branch (15.4.0)
The text was updated successfully, but these errors were encountered: