echarts-theme-builder icon indicating copy to clipboard operation
echarts-theme-builder copied to clipboard

Missing dependencies

Open javeiga-iest opened this issue 5 years ago • 1 comments

When running, missing third-party dependencies.

image

What am I doing wrong?

Thanks in advance

javeiga-iest avatar Sep 01 '20 08:09 javeiga-iest

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:

npm install jquery bootstrap vue lodash echarts file-saver highlight.js bootstrap-colorpicker

Aryan-788 avatar Feb 04 '25 10:02 Aryan-788