`create-nx-workspace` command not working with `pnpm` v7
See original GitHub issueCurrent Behavior
When running pnpx create-nx-workspace@latest
(v14.1.1) with the latest version of pnpm
(v7.0.0), the dependencies installation fails.
Expected Behavior
It should install without error as it does with pnpm
v^6.
Steps to Reproduce
pnpx create-nx-workspace@latest
// or
pnpm dlx create-nx-workspace@latest
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:12 (5 by maintainers)
Top Results From Across the Web
Workspace
Luckily, pnpm supports the workspace: protocol. When this protocol is used, pnpm will refuse to resolve to anything other than a local workspace...
Read more >`pnpm add` within a workspace does not add projects from ...
I am working with a very simple monorepo with ...
Read more >npmrc | pnpm中文文档
pnpm gets its configuration from the command line, environment variables, and. ... An alternative solution for this problem is to bundle your application ......
Read more >JavaScript package managers compared: npm, Yarn, or ...
The main problem the creators of pnpm had with npm and Yarn was the redundant ... This section does not cover workspace-related commands....
Read more >ng new
Option Description Value Type Default Value
‑‑commit Initial git repository commit information. boolean true
‑‑directory The directory name to create the workspace in. string
‑‑force Force...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hmmm, interesting. Let me reach out to the people who worked on the fix.
Closing the issue as uninstalling pnpm, deleting cached dot folders and re-installing it solves the issue.