Upgrading apps to WAB 2.7 ?

736
4
Jump to solution
01-25-2018 11:21 AM
chintakandel
New Contributor III

In Command Prompt window, I navigate to WAB 2.7 \server directory and type this command:

node_x86 upgrade D:\arcgis_web_appbuilder_2.6\WebAppBuilderForArcGIS

Error: ‘node_x86’ is not recognized as an internal or external command.

Again tried, 

node_x64 upgrade D:\arcgis_web_appbuilder_2.6\WebAppBuilderForArcGIS

Both command throws same error.

Command works until WAB 2.6. I wonder whether it is due to Node version or something different in WAB 2.7?

I checked Node version in my computer: V 5.7.1

Any thoughts?

Thanks in advance!

 

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

I always use elevated privileges and I just tested upgrading 2.6 to 2.7 and it worked fine for me.

View solution in original post

4 Replies
RobertScheitlin__GISP
MVP Emeritus

Chintamani,

  Did you open the cmd.exe using elevated privileges (i.e. right click and choose run as administrator)? 

0 Kudos
chintakandel
New Contributor III

Hi Robert,

Thank you for your suggestion. I installed WAB in D drive. It was working without elevated privileges for WAB 2.5 and 2.6. 

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

I always use elevated privileges and I just tested upgrading 2.6 to 2.7 and it worked fine for me.

chintakandel
New Contributor III

Thank you Robert. I will use elevated privileges to upgrade apps.