You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "András Kovács (Jira)" <ji...@apache.org> on 2019/09/04 14:28:00 UTC

[jira] [Created] (NIFI-6620) FDS - Doc for sidenav in webapp has to be updated

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

> nifi-fds@0.2.0 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)