R-Bosscher

Results 6 comments of R-Bosscher

We use Windows Server 2016 with npm installed in 'D:\Program Files\nodejs If we debug the prepare-frontend we do not see that node.exe is not found, but the function getNpmExecutable in...

The call to getNodeExecutable() returns "D:\Program Files\nodejs\node.exe".

It is still a problem... C:\Users\rbo138>**_where npm.cmd_** _D:\Program Files\nodejs\npm.cmd_

Steps to reproduce: - Install npm in a different location (e.g. d:\program files) - Remove previous npm installation from user Vaadin directory - Start build using Vaadin flow 14.6.1

When a build is done for Vaadin flow 14.5.x npm is installed in local user Vaadin directory and then a build for vaadin 14.6.1 will succeed.

Tried to install nodejs on c:\program files\ and using nvm but issue remains. C:\Users\rbo138>where node C:\Program Files\nodejs\node.exe C:\Users\rbo138>nvm -list 'nvm' is not recognized as an internal or external command, operable...