[
https://issues.apache.org/jira/browse/NIFI-6481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
András Kovács updated NIFI-6481:
--------------------------------
Description:
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}
was:
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
> FDS - Build is broken on Windows
> --------------------------------
>
> Key: NIFI-6481
> URL: https://issues.apache.org/jira/browse/NIFI-6481
> Project: Apache NiFi
> Issue Type: Task
> Components: FDS
> Reporter: András Kovács
> Priority: Minor
>
> 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
(v7.6.14#76016)