Views
Replies
Total Likes
Change directory to ui.frontend folder and run following command to make sure all node dependencies are installed and there are no error
npm install
There are also direct package.json script. It should be
npm run dev
Did you try to run "npm install" in the ui.frontEnd module firstly? Also, can you verify that you are using the node & npm versions the project you are running support?
I see you are using onedrive directory. Sometime onedrive takes time to sync files and it causes issue. Can you please try outside onedrive folder like C or D Drive and see if same behavior is observed?
Change directory to ui.frontend folder and run following command to make sure all node dependencies are installed and there are no error
npm install
There are also direct package.json script. It should be
npm run dev
Views
Likes
Replies