shamrickus commented on code in PR #6719:
URL: https://github.com/apache/trafficcontrol/pull/6719#discussion_r842220252


##########
dev/tpv2/run.sh:
##########
@@ -16,5 +16,5 @@
 set -o errexit
 
 cd "$TC/experimental/traffic-portal"
-npm ci
-./node_modules/.bin/ng serve --ssl --ssl-cert /server.crt --ssl-key 
/server.key --watch --progress --proxy-config "$TC/dev/tpv2/proxy.json" --port 
443 --host "::0" --live-reload

Review Comment:
   What version of angular cli are you using? Perhaps your node-modules is out 
of date (might need to nuke it). I'm using 13.3.1 and `ng serve --help | grep 
prog` returns nothing
   
   In the TPv2 container:
   ```
   trafficcontrol-tpv2-1  | npm notice
   trafficcontrol-tpv2-1  | npm notice New minor version of npm available! 
8.5.5 -> 8.6.0
   trafficcontrol-tpv2-1  | npm notice Changelog: 
<https://github.com/npm/cli/releases/tag/v8.6.0>
   trafficcontrol-tpv2-1  | npm notice Run `npm install -g [email protected]` to update!
   trafficcontrol-tpv2-1  | npm notice
   trafficcontrol-tpv2-1  | Node.js version v17.8.0 detected.
   trafficcontrol-tpv2-1  | Odd numbered Node.js versions will not enter LTS 
status and should not be used for production. For more information
   , please see https://nodejs.org/en/about/releases/.
   trafficcontrol-tpv2-1  | Unknown option: '--progress'
   ```
   
   



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to