Skip to content
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

Fixes the build by locking typescript version #723

Merged
merged 2 commits into from Sep 7, 2021
Merged

Conversation

foot
Copy link
Contributor

@foot foot commented Sep 6, 2021

Closes: #699

Why?

Our package.json specifies "typescript": "^4.2.4" which will install 4.4 some days. 4.4 doesn't work with our parcel libs right now.

This PR ~ versions it (just patch can change) to the package-lock version (4.3.5)

How did you test it?

rm -rf node_modules
npm install
npm start

- 4.4 doesn't work w/ @parcel/validator-typescript yet
- Use version from lock file
@foot foot merged commit 8190b51 into main Sep 7, 2021
@bigkevmcd bigkevmcd deleted the fixes-ts-4-4-build-error branch December 15, 2021 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UI Build fails on npm start
2 participants