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(core): do not attempt to remove non-existent package from package.json #16399

Merged
merged 2 commits into from
Apr 19, 2023

Conversation

meeroslav
Copy link
Contributor

Current Behavior

Expected Behavior

Related Issue(s)

Fixes #

@vercel
Copy link

vercel bot commented Apr 19, 2023

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

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Apr 19, 2023 1:35pm

@meeroslav meeroslav changed the title fix(core): catch error on attempting removal of missing package fix(core): do not attempt to remove non-existent package from package.json Apr 19, 2023
@mandarini mandarini enabled auto-merge (squash) April 19, 2023 10:47
Copy link
Member

@AgentEnder AgentEnder left a comment

Choose a reason for hiding this comment

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

LGTM

Comment on lines +40 to +51
expect(
packageJson.devDependencies['@nrwl/jest'] ||
packageJson.devDependencies['@nx/jest']
).toBeDefined();
expect(
packageJson.devDependencies['@nrwl/vite'] ||
packageJson.devDependencies['@nx/vite']
).toBeUndefined();
expect(
packageJson.devDependencies['@nrwl/webpack'] ||
packageJson.devDependencies['@nx/webpack']
).toBeDefined();
Copy link
Member

Choose a reason for hiding this comment

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

nx init should always add the @nx scoped package right? I'd think you could just check for it.

@mandarini mandarini merged commit 1b7587f into nrwl:master Apr 19, 2023
FrozenPandaz pushed a commit that referenced this pull request Apr 24, 2023
@github-actions
Copy link

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 Apr 25, 2023
@meeroslav meeroslav deleted the fix-invalid-removal branch April 27, 2023 09:54
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.

None yet

4 participants