Skip to content

Commit 4de775f

Browse files
committed
Added powershell note to README.
1 parent 349cabf commit 4de775f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- [#528](https://github.com/equinor/webviz-config/pull/528) - Implemented `initiallyCollapsed` setting for groups in menu.
1313

1414
### Changed
15-
- [#545](https://github.com/equinor/webviz-config/pull/545) - Replaced `cp` with `copyfiles` in `package.json`'s `postinstall` script.
15+
- [#545](https://github.com/equinor/webviz-config/pull/545) - Replaced `cp` with `copyfiles` in `package.json`'s `postinstall` script and added note to `README`.
1616

1717
## [0.3.5] - 2021-10-08
1818

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ npm ci --ignore-scripts && npm run postinstall
5656
pip install -e .
5757
```
5858

59+
NOTE: If you are on Windows, make sure to first set `npm`'s default `script-shell` to `powershell`.
60+
```
61+
npm config set script-shell powershell
62+
```
63+
5964
After installation, there is a console script named `webviz` available. You can test the
6065
installation by using the provided example configuration file,
6166
```bash

0 commit comments

Comments
 (0)