Skip to content

Build error occurred: window is not defined #4

@Ayo-faks

Description

@Ayo-faks

Describe the bug

When running npm run build on a non-Windows environment (Linux), the build fails with the following error:
ReferenceError: window is not defined
at detect (/path/to/project/node_modules/echarts/dist/echarts.js:123:54)
at /path/to/project/node_modules/echarts/dist/echarts.js:97:9
at /path/to/project/node_modules/echarts/dist/echarts.js:22:68
at Object. (/path/to/project/node_modules/echarts/dist/echarts.js:25:2)
at Module._compile (node
/modules/cjs/loader:1467:14)
at Module._extensions..js (node
/modules/cjs/loader:1551:10)
at Module.load (node
/modules/cjs/loader:1282:32)
at Module._load (node
/modules/cjs/loader:1098:12)
at TracingChannel.traceSync (node:diagnostics_channel:315:14)
at wrapModuleLoad (node
/modules/cjs/loader:215:24)

To Reproduce

  1. Clone the repository.
  2. Run npm install --legacy-peer-deps.
  3. Run npm run build on a non-Windows environment (e.g., Ubuntu).

Expected behavior

The build should succeed without any errors, as it does on a Windows environment.

Additional context

Add any other context about the problem here.

  • Node.js version: [e.g., 16.x]
  • NPM version: [e.g., 7.x]
  • Operating System: [e.g., Ubuntu 20.04]

Thank you!

Thank you for your assistance in resolving this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions