NodeJS server throws “Updgrade Required” on loadin

2019-09-14 17:39发布

I have a node project developed with NodeJS version 5.4.x and NPM version with 3.3.12 on windows. When i tried to run the project after a Quite sometime now it throws "Upgrade Required" on page loaded(HTTP Error code - 426).

Then I have installed NodeJs with 5.5 Stable. And ran couple of commands like

> npm install npm -g
> npm cache clean -f
> npm update -g

And Npm version is upgraded to 3.5.3. And i ran the node js project on eclipse but still the issue persist. Need help. Thanks

1条回答
仙女界的扛把子
2楼-- · 2019-09-14 18:22

The issue happened because of the installation conflict between non-administrative and administrative server instance. The installation was done with administrator and somehow my instance was always working on non-administrative instance. With admin rights I'm able to resolve this.

查看更多
登录 后发表回答