You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/04/07 18:30:36 UTC

[GitHub] [camel-karavan] cgballance opened a new issue, #291: karavan-core missing cross-env in package.json

cgballance opened a new issue, #291:
URL: https://github.com/apache/camel-karavan/issues/291

   The test stanza is missing cross-env prior to environment variable set and npm execution


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] mgubaidullin commented on issue #291: karavan-core missing cross-env in package.json

Posted by GitBox <gi...@apache.org>.
mgubaidullin commented on issue #291:
URL: https://github.com/apache/camel-karavan/issues/291#issuecomment-1092204854

   Agree. it is used in karavan-vscode to set `NODE_ENV=development`
   Why do we need it in karavan-core?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] mgubaidullin commented on issue #291: karavan-core missing cross-env in package.json

Posted by GitBox <gi...@apache.org>.
mgubaidullin commented on issue #291:
URL: https://github.com/apache/camel-karavan/issues/291#issuecomment-1092788836

   In that case it should be in devDependencies


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] cgballance commented on issue #291: karavan-core missing cross-env in package.json

Posted by GitBox <gi...@apache.org>.
cgballance commented on issue #291:
URL: https://github.com/apache/camel-karavan/issues/291#issuecomment-1092862057

   good catch, i'll get that in, using the same version as in vscode


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] cgballance commented on issue #291: karavan-core missing cross-env in package.json

Posted by GitBox <gi...@apache.org>.
cgballance commented on issue #291:
URL: https://github.com/apache/camel-karavan/issues/291#issuecomment-1092186396

   npm install -g cross-env
   # you must be on a new vm or ???
   It's being used in karavan-vscode's package.json too, so it is consistent.
   
   i don't know of an alternative unless you want to get rid of it from vscode's package.json too.
   It has been in karavan-vscode's package.json since original commit.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] mgubaidullin commented on issue #291: karavan-core missing cross-env in package.json

Posted by GitBox <gi...@apache.org>.
mgubaidullin commented on issue #291:
URL: https://github.com/apache/camel-karavan/issues/291#issuecomment-1092110551

   1. I got `sh: cross-env: command not found` error
   2. Looks like project cross-env is "finished" by it's author https://github.com/kentcdodds/cross-env/issues/257


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] cgballance commented on issue #291: karavan-core missing cross-env in package.json

Posted by GitBox <gi...@apache.org>.
cgballance commented on issue #291:
URL: https://github.com/apache/camel-karavan/issues/291#issuecomment-1092209609

   needed for a build on windows(native shell).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] mgubaidullin closed issue #291: karavan-core missing cross-env in package.json

Posted by GitBox <gi...@apache.org>.
mgubaidullin closed issue #291: karavan-core missing cross-env in package.json
URL: https://github.com/apache/camel-karavan/issues/291


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org