Skip to content

Commit 528dee7

Browse files
authored
Update README.md
1 parent 121bba2 commit 528dee7

1 file changed

Lines changed: 27 additions & 2 deletions

File tree

README.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Most Windows-based command prompts / terminals will have issues when you attempt
4747
<br />
4848

4949
> [!NOTE]
50-
> `noxenv` only supports Node.js v14 and higher.
50+
> `noxenv` only supports Node.js v16 and higher.
5151
5252
<br />
5353

@@ -61,7 +61,7 @@ This module is distributed via [npm][npm] which is bundled with [node][node]. To
6161

6262
```json
6363
"devDependencies": {
64-
"@aetherinox/noxenv": "^1.0.0"
64+
"@aetherinox/noxenv": "^1.1.0"
6565
},
6666
```
6767

@@ -257,6 +257,31 @@ The following people have helped get this project going:
257257

258258
<br />
259259

260+
## Troubleshooting
261+
262+
Error: 'noxenv' is not recognized as an internal or external command
263+
264+
If you get the following error when running a NodeJS script which utilizes noxenv:
265+
266+
```shell
267+
'noxenv' is not recognized as an internal or external command,
268+
operable program or batch file.
269+
```
270+
271+
<br />
272+
273+
Ensure you install it first locally as a dev dependency:
274+
275+
```shell
276+
npm i --save-dev @aetherinox/noxenv
277+
```
278+
279+
<br />
280+
281+
---
282+
283+
<br />
284+
260285
## Creds
261286
This is based on the older module `cross-env` which is a great asset, however, I needed updated dependencies and additional functionality; along with the ability to implement whatever I need. Including plans for rollup. This is more of a personal project, but if anyone finds it useful; you're free to use it. All the original functionality is included, just updates. Also going to be adding config / `.env` file support.
262287

0 commit comments

Comments
 (0)