gamonoid / icehrm

Manage your employees easily with a robust and efficient Human Resource Management System
http://icehrm.com
Other
579 stars 373 forks source link

Gulp in the vagrant VM generate an error #208

Open wil0u opened 4 years ago

wil0u commented 4 years ago

Hello, as a developer I would like to modify the code. For instance, I want to add the "update/delete/new" button within the attendence module. However I cannot, because changes I am making aren't effective. Indeed, I am overriding this function :

getActionButtonsHtml(id, data) { return ''; }

with nothing . ( I am just removing it, so the upper class's getActionsButtonsHtml function is actually called)

But it's not working. So I figure that I had to use gulp so the lib are re-built and my changes should be effective. However when I type this command "sudo gulp" it is generating this error:

Screenshot from 2020-02-21 16-39-39

I don't understand. Perhaps I am not going in the right direction to achieve my goals which are to modify the code within the web folder... so if someone could help me it would be very appreciated.

Willeme