Aryan-788 commented on issue #26: URL: https://github.com/apache/echarts-theme-builder/issues/26#issuecomment-2633549315
### Issue: Missing Third-Party Dependencies (ERR_FILE_NOT_FOUND) #### Description: When running the project, multiple third-party dependencies are missing, leading to `net::ERR_FILE_NOT_FOUND` errors. Additionally, `Vue is not defined` is shown in the console. --- ### Possible Causes: 1. Dependencies are missing from the project. 2. Incorrect file paths in `index.html` or the build system. 3. CDN links are broken or missing. 4. `package.json` does not include required dependencies. --- ### **Solutions** #### ✅ 1. Check File Paths Ensure that the referenced files exist in the correct directories and are properly linked. #### ✅ 2. Install Dependencies Locally Run the following command to install missing dependencies: ```sh npm install jquery bootstrap vue lodash echarts file-saver highlight.js bootstrap-colorpicker -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
