Thursday, September 5, 2019

Ionic serve 'node' is not recognized as an internal or external command, operable program or batch file.

PS E:\E Drive\RND\IONIC\New folder\myIoAppApiGetPostDelUpWithFormEmployee> ionic serve 'node' is not recognized as an internal or external command, operable program or batch file.

To resolve

1.  First Add in
     My Computer> Properties>Advance system settings>Advance>Environment Variables>User variables
add in
Variable  Value
PATH      C:\Program Files\nodejs

2.  Second and  Open Node.js
      and run commad
SET PATH=C:\Program Files\Nodejs;%PATH%

No comments:

Post a Comment

Navigation in ionic or redirect in ionic

1.  Redirect as return View in mvc code in .ts       this .router.navigateByUrl( "/rec-view/" +d.Srno,{ skipLocationChange:tru e...