Skip to content

Commit 214cbbb

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 5095b97 + 8728756 commit 214cbbb

1 file changed

Lines changed: 24 additions & 4 deletions

File tree

README.md

Lines changed: 24 additions & 4 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,8 +257,28 @@ The following people have helped get this project going:
257257

258258
<br />
259259

260-
## Creds
261-
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.
260+
## Troubleshooting
261+
262+
Review the following list of issues and corrective measures you can take to address the issues:
263+
264+
<br />
265+
266+
### Error: 'noxenv' is not recognized as an internal or external command
267+
268+
If you get the following error when running a NodeJS script which utilizes noxenv:
269+
270+
```shell
271+
'noxenv' is not recognized as an internal or external command,
272+
operable program or batch file.
273+
```
274+
275+
<br />
276+
277+
Ensure you install it first locally as a dev dependency:
278+
279+
```shell
280+
npm i --save-dev @aetherinox/noxenv
281+
```
262282

263283
<br />
264284

0 commit comments

Comments
 (0)