Skip to content

Commit

Permalink
DCA11Y-1145: doc: add current limitation with nvms
Browse files Browse the repository at this point in the history
  • Loading branch information
flipatlas committed Oct 15, 2024
1 parent 2a8065f commit 26753ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ By default, node based goals will try to use one of supported node version manag

If you're using `fnm`, make sure to have `--version-file-strategy=recursive` enabled in your shell profile file so that fnm can find node version files in higher levels of the project.

#### Known limitations

1. Windows platform is not supported as of this moment.
2. Bitbucket pipelines hijack /bin/bash stdout and so internal commands needed to determine whether node version manager is available or not don't work.

### Format of the Node version

It shouldn't matter if the `v` prefix is present, e.g. `14.8.0` and `v14.8.0`.
Expand Down

0 comments on commit 26753ea

Please sign in to comment.