ZE40006: Missing platform

Missing platform.

Quick Help

The fastest way to resolve this error is to join our Discord and leave a message - our team is ready to help!

  • Error Code: ZE40006
  • Location: Terminal
  • Related plugins: all

This error occurs when Zephyr cannot determine the target platform for your deployment.

Debugging the error

Check your Zephyr configuration

Ensure your configuration specifies the target platform. This is typically determined automatically based on your bundler and setup.

Verify bundler plugin setup

Make sure you're using the correct Zephyr plugin for your bundler:

  • zephyr-webpack-plugin for Webpack
  • vite-plugin-zephyr for Vite
  • rollup-plugin-zephyr for Rollup

Reinstall dependencies

Try removing node_modules and reinstalling:

rm -rf node_modules
npm install