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

fix(nest): require typescript lazily in library generator #17281

Closed

Conversation

leosvelperez
Copy link
Member

Current Behavior

Creating a new workspace with NestJS throws due to the library generator eagerly requiring typescript, which is not available at that point in time of the execution.

Expected Behavior

Creating a new workspace with NestJS succeeds.

Related Issue(s)

Fixes #17279

@leosvelperez leosvelperez requested a review from a team as a code owner May 29, 2023 07:59
@leosvelperez leosvelperez self-assigned this May 29, 2023
@leosvelperez leosvelperez requested a review from jaysoo May 29, 2023 07:59
@vercel
Copy link

vercel bot commented May 29, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 31, 2023 7:34am

@nx-cloud
Copy link

nx-cloud bot commented May 29, 2023

☁️ Nx Cloud Report

CI is running/has finished running commands for commit adf598a. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

auto-merge was automatically disabled May 31, 2023 07:31

Pull request was closed

@leosvelperez leosvelperez force-pushed the node/fix-eager-ts-require branch from 0a88a5e to adf598a Compare May 31, 2023 07:31
@github-actions
Copy link

github-actions bot commented Jun 6, 2023

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 6, 2023
@leosvelperez leosvelperez deleted the node/fix-eager-ts-require branch October 4, 2023 07:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

create-nx-workspace fails with "Cannot find module 'typescript'" (node-standalone / nest)
2 participants