Environment information
CLI:
Version: 1.7.3
Color support: true
Platform:
CPU Architecture: aarch64
OS: macos
Environment:
BIOME_LOG_DIR: unset
NO_COLOR: unset
TERM: "xterm-256color"
JS_RUNTIME_VERSION: "v20.13.1"
JS_RUNTIME_NAME: "node"
NODE_PACKAGE_MANAGER: "npm/10.5.2"
Biome Configuration:
Status: Loaded successfully
Formatter disabled: false
Linter disabled: false
Organize imports disabled: false
VCS disabled: false
Workspace:
Open Documents: 0
What happened?
- Started a new Nextjs Project with Eslint
- Installed biome following the get-started guide.
- ran
npx biome migrate eslint --write
Received Error:
Migration has encountered an error: The module '..../node_modules/eslint-config-next/index.js' cannot be loaded. Make sure that the module exists.
Expected result
It should migrate Nextjs Eslint config
Code of Conduct
Environment information
What happened?
npx biome migrate eslint --writeReceived Error:
Migration has encountered an error: The module '..../node_modules/eslint-config-next/index.js' cannot be loaded. Make sure that the module exists.
Expected result
It should migrate Nextjs Eslint config
Code of Conduct