Closed N0153 closed 4 years ago
Thanks for reporting the problem, @N0153 Unfortunately I can't reproduce the issue neither with tsc 3.2.1 nor 4.0.2.
Also: line 220 is different from what your build output shows, so I'd suggest to do a git pull --rebase origin main
to get the latest mainline code and then npm install --reinstall
followed by npm run build
.
Thanks for reporting the problem, @N0153 Unfortunately I can't reproduce the issue neither with tsc 3.2.1 nor 4.0.2.
Also: line 220 is different from what your build output shows, so I'd suggest to do a
git pull --rebase origin main
to get the latest mainline code and thennpm install --reinstall
followed bynpm run build
.
I just did what you suggested and it solved the problem! I have no clue on why the repository cloning "failed" the first time though.
Anyway, thank you for your support.
Hi,
I followed these instructions to try to build the project:
After launching
npm run build
I keep getting the following error message:You will find the output of
npm list
andtsc --version
below: npm list:tsc --version:
Version 3.9.7
I tried looking for the error, but I found only another issue #304 that doesn't seem to be helpful in this case.
Thank you for your time