András Kovács created NIFI-6620:
-----------------------------------
Summary: FDS - Doc for sidenav in webapp has to be updated
Key: NIFI-6620
URL: https://issues.apache.org/jira/browse/NIFI-6620
Project: Apache NiFi
Issue Type: Task
Components: FDS
Reporter: András Kovács
Almost all npm scripts are broken due to the following errors:
* npm scripts containing patterns like ./node_modules/.. are broken on windows
* eslint parameters with quotes like like './webapp/**/*.js' are not valid on
windows
{code:java}
> eslint './webapp/**/*.js' './platform/**/*.js'
Oops! Something went wrong! :(
ESLint: 6.0.1.
No files matching the pattern "'./webapp/**/*.js'" were found.
Please check for typing mistakes in the pattern.
{code}
{code:java}
$ npm start
> [email protected] start C:\Users\Andras
> Kovacs\Desktop\nifi-fds-rel-nifi-fds-0.2.0
> ./node_modules/http-server/bin/http-server --gzip -p 28080 .
'.' is not recognized as an internal or external command,
operable program or batch file.
{code}
--
This message was sent by Atlassian Jira
(v8.3.2#803003)