Discuss anything related to web development but no technical support questions


Post by kerryball »

Hello

I am trying example of the Gantt chart using ASP.NET. I have install all the required npm packages and when try to build the js project it always throws an error. Any idea where is the issue?


Post by tasnim »

Hi,

To help you better, could you please provide more details about the error message you are encountering? Additionally, sharing your package.json file and any relevant code snippets would be helpful. Sometimes, issues can be resolved by clearing the npm cache and reinstalling the dependencies. You can try running the following commands:

npm cache clean --force
rm -rf node_modules
rm package-lock.json
npm install

Best regards,
Tasnim

How to ask for help? Please read our Support Policy


Post Reply