You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[X] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead see https://github.com/NationalBankBelgium/stark/blob/master/CONTRIBUTING.md#got-a-question-or-problem
Current behavior
When running npm run install:starter in Git Bash on Windows, we get the following error:
$ npm run install:starter
> stark-srcs@10.0.0-rc.3 install:starter C:\Users\superitman\DEV\stark
> cd starter && HUSKY_SKIP_INSTALL=1 && npm install && cd ..
"HUSKY_SKIP_INSTALL" is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! stark-srcs@10.0.0-rc.3 install:starter: `cd starter && HUSKY_SKIP_INSTALL=1 && npm install && cd ..`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the stark-srcs@10.0.0-rc.3 install:starter script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\superitman\AppData\Roaming\npm-cache\_logs\2020-02-06T09_02_52_336Z-debug.log
Expected behavior
The command npm run install:starter should work on Linux, Mac and Windows.
Minimal reproduction of the problem with instructions
Run npm run install:starter in Git Bash on Windows.
What is the motivation / use case for changing the behavior?
Bug fixing
Environment
Angular version: X.Y.Z
Stark version: 10.0.0-rc.3
For Tooling issues:
- Node version: XX
- Platform: Windows 10
Others:
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
When running
npm run install:starter
in Git Bash on Windows, we get the following error:Expected behavior
The command
npm run install:starter
should work on Linux, Mac and Windows.Minimal reproduction of the problem with instructions
Run
npm run install:starter
in Git Bash on Windows.What is the motivation / use case for changing the behavior?
Bug fixing
Environment
The text was updated successfully, but these errors were encountered: