single-spa / create-single-spa

https://single-spa.js.org/docs/create-single-spa
Other
132 stars 59 forks source link

fix typescript version error #378

Closed guilhermegregio closed 1 year ago

guilhermegregio commented 1 year ago

Solve error:

error An unexpected error occurred: "could not find a copy of typescript to link in /app/node_modules/webpack-config-single-spa-ts/node_modules".

Issue: #377

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: 035784ee6e0d61ab52dac245ea87ab4a2a3a6dbf

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages | Name | Type | | ---------------------------------- | ----- | | webpack-config-single-spa-ts | Patch | | webpack-config-single-spa-react-ts | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

TheMcMurder commented 1 year ago

Merging this created some build errors. I've reverted it for now while I look into the errors and try to dust off my brain on what's happening.