when I do mvn compiling for flink source code,I get:
Node.js version v9.0.3
detected.
The Angular CLI requires a minimum Node.js version of eithor v10.13
or v12.0
when I input node -v
, the result is 12.18
so,what's the comand to know the Node.js version in angular's eyes?
and where does the old version v9.0.3
come from?
I restart my computer and the error remains.
Thanks for your help.
(Python3.6) appleyuchi@Desktop:~$ which npm /home/appleyuchi/.nvm/versions/node/v12.18.0/bin/npm
(Python3.6) appleyuchi@Desktop:~$ which nodejs
(Python3.6) appleyuchi@Desktop:~$ which node /home/appleyuchi/.nvm/versions/node/v12.18.0/bin/node
I compile and get the following message again Node.js version v10.9.0 detected.