You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2019. It is now read-only.
I've recently updated from nscale v0.15 to 0.16. I've noticed now that when I run a nscale rev dep latest command it has started to output npm warn messages:
add www-306968a5$090789a6262c562e44ae0890a6a8eb8af8f24ba1 process
deploying
building
checked out 090789a6262c562e44ae0890a6a8eb8af8f24ba1
npm
WARN package.json karma-coverage@0.2.7 No README data
npm WARN package.json karma-mocha@0.1.10 No README data
npm WARN package.json karma-phantomjs-launcher@0.1.4 No README data
start www-306968a5$090789a6262c562e44ae0890a6a8eb8af8f24ba1 process
starting
> tail -f '/Volumes/Data/Users/fabera/.nscale/log/www-306968a5$090789a6262c562e44ae0890a6a8eb8af8f24ba1.log' # to access the process log
It's not a big thing by any means, but it makes the deployment messages harder to read and to locate the tail command to grab the log files. Was this a deliberate change to the way the messages are outputted when running a deployment?
The text was updated successfully, but these errors were encountered:
The deliberate thing was to run the build at every deploy for process containers. This might be wrong, though. @shnist a nice thing you might want to try is to resolve that warnings, i.e. seeing if there is an updated version of those packages that have the README.
Hi,
I've recently updated from nscale v0.15 to 0.16. I've noticed now that when I run a
nscale rev dep latest
command it has started to output npm warn messages:It's not a big thing by any means, but it makes the deployment messages harder to read and to locate the tail command to grab the log files. Was this a deliberate change to the way the messages are outputted when running a deployment?
The text was updated successfully, but these errors were encountered: