- respect `pnpm` version declared in root `package.json`
- improve performances when installing node modules
- add troubleshooting instructions in `CONTRIBUTING.md` to help solve
common issue related to outdated `GLIBC` version
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->
<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->
<!-- If this is a particularly complex change or feature addition, you
can request a dedicated Nx release for this pull request branch. Mention
someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they
will confirm if the PR warrants its own release for testing purposes,
and generate it for you if appropriate. -->
## Current Behavior
<!-- This is the behavior we have today -->
The below commit caused the publish pipeline to publish a `minor`
version when it should have been a `next` version.
## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->
This reverts commit
3750366ebc.
## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->
Fixes #
Hello!
Little fix of the contributing doc that I faced during the install of nx
in my local environment.
## Current Behavior
The major version used in the contributing is the 18.0.0
## Expected Behavior
It should be the 20.0.0
* docs(core): update contributing.md guide on local publishing
* docs(misc): add note about disabling local registry
Co-authored-by: Miroslav Jonaš <meeroslav@users.noreply.github.com>
* docs(core): describe every properties available in schema.json
The current Generator documentation is not completed. Thus,
I managed to describe every undocumented part of generator currently.
This document is referenced from a lot of current `schema.json`
and code of it. Thanks a lot! :D
- Overview
- Description
- Examples
* docs(misc): add the instruction when out of memory
Added a new section: "When occurred `JavaScript heap out of memory`"
Also fixed some lint issues indicated by `markdownlint`.
* fix(misc): grammars
Co-authored-by: isaacplmann <isaacplmann@users.noreply.github.com>
* docs(core): more complete Generator
- correct grammars errors
- complete most the WIP part
- remove `items` since I didn't find any example of it
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
Co-Authored-By: Jonathan Cammisuli <Cammisuli@users.noreply.github.com>
* docs(core): correct the format
Co-authored-by: isaacplmann <isaacplmann@users.noreply.github.com>
Co-authored-by: Jonathan Cammisuli <Cammisuli@users.noreply.github.com>