build fail #663
-
Is there an existing issue for this?
Current Behaviorpageage.json run start error:
/Users/mac/sxg/work/alphaTab/node_modules/ts-node/src/index.ts:513 99 collectionAddMethod
npm ERR! code ELIFECYCLE npm ERR! A complete log of this run can be found in: Process finished with exit code 1 Expected Behaviorok Steps To Reproduce
Link to jsFiddle, CodePen, ProjectNo response Found in Version1.3-alpha PlatformOther Environment- **OS**:mac
- **Browser**:chrom
- **.net Version**:2.1.818 Anything else?No response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Converted to a discussion. It is not a bug in the library that you cannot compile it locally. Can you double check which exact typescript version is used on your system? We use raw NPM in alphaTab and not yarn. And the package-lock.json points to typescript 4.2.4 which should be compiling. I could imagine that yarn installs for some reason a different version. You could also try rather using raw NPM instead of yarn. |
Beta Was this translation helpful? Give feedback.
Converted to a discussion. It is not a bug in the library that you cannot compile it locally. Can you double check which exact typescript version is used on your system? We use raw NPM in alphaTab and not yarn. And the package-lock.json points to typescript 4.2.4 which should be compiling. I could imagine that yarn installs for some reason a different version.
You could also try rather using raw NPM instead of yarn.