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: load workspace file utils directly #1113

Merged

Conversation

Cammisuli
Copy link
Member

@Cammisuli Cammisuli commented Jul 29, 2021

What it does

Loads the @nrwl/workspace file utils directly so that we don't require the main index file. When we require the main file, it'll try to load the @angular/devkit package.

Fixes #1109

@nx-cloud
Copy link

nx-cloud bot commented Jul 29, 2021

Nx Cloud Report

CI ran the following commands for commit 7f133aa. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch

Status Command
#000000 nx run-many --all --parallel --target=build
#000000 nx run-many --all --parallel --target=lint
#000000 nx run-many --all --parallel --target=test

Sent with 💌 from NxCloud.

@Cammisuli Cammisuli requested a review from sandikbarr July 29, 2021 17:16
Copy link
Contributor

@sandikbarr sandikbarr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tried this on a new empty workspace where I added a single standalone lib, works great 🎉

@sandikbarr sandikbarr merged commit a351990 into nrwl:master Jul 29, 2021
@Cammisuli Cammisuli deleted the load-workspace-file-utils-directly branch July 30, 2021 14:35
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.

Projects not loading when using standalone config with empty workspace starter
2 participants