apify / keboola-ex-apify

Apify extractor for Keboola Connection
https://components.keboola.com/components/apify.apify
Apache License 2.0
0 stars 0 forks source link

fix: omit npm outdated error from stdout #41

Closed drobnikj closed 1 year ago

drobnikj commented 1 year ago

The keboola integration reads data from stdout of container. If there is npm outdated message, it is printed into UI. Screenshot 2023-06-05 at 16 57 39

This should fix this by omitiing an outdated error.