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
As a developer I cannot run module-federation-vite-angular with using readme.md instructions
ENV:
nvm
node 20 (22 had same behavior)
STR:
clone repo
cd module-federation-vite-angular
npm run install:deps
npm run preview
AR:
[@analogjs/vite-plugin-angular] The Angular Compiler requires TypeScript >=5.4.0 and <5.6.0 but 4.8.2 was found instead.
│ at checkVersion (file:///home/wk/module-federation-examples/node_modules/.pnpm/@[email protected]_@[email protected]_…
│ at verifySupportedTypeScriptVersion (file:///home/wk/module-federation-examples/node_modules/.pnpm/@[email protected]_@angu…
│ at new NgtscProgram (file:///home/wk/module-federation-examples/node_modules/.pnpm/@[email protected]_@angular+compiler@18.…
│ at buildAndAnalyze (file:///home/wk/module-federation-examples/node_modules/.pnpm/@[email protected]_nwx3sgi33hryabi…
│ at Object.buildStart (file:///home/wk/module-federation-examples/node_modules/.pnpm/@[email protected]_nwx3sgi33hrya…
│ at file:///home/wk/module-federation-examples/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/es/shared/node-entry.js:20730…
│ at async Promise.all (index 5)
I switched in deps TS version to 4.8.2 and reinstalled deps, but behavior was same
ER:
Example will run without issue
Notes:
suggestion from /readme.md to do pnpm install; pnpm start does not work, because there is no suitable command for that
The text was updated successfully, but these errors were encountered:
As a developer I cannot run
module-federation-vite-angular
with usingreadme.md
instructionsENV:
STR:
cd module-federation-vite-angular
npm run install:deps
npm run preview
AR:
I switched in deps TS version to 4.8.2 and reinstalled deps, but behavior was same
ER:
Example will run without issue
Notes:
suggestion from
/readme.md
to dopnpm install; pnpm start
does not work, because there is no suitable command for thatThe text was updated successfully, but these errors were encountered: