We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm run clear
yarn clear
rm -rf node_modules yarn.lock package-lock.json
Bug: Migrate bin/index.mjs rewritten as index.js , causing CLI to fail
No response
install migrate
to run migrate
fails to load as esm module needs to be .mjs not .js
osx 10.15
The text was updated successfully, but these errors were encountered:
Thanks for the report! This has already been fixed. Could you try with @docusaurus/migrate@canary?
@docusaurus/migrate@canary
Sorry, something went wrong.
Oh I see, that's why I see it working for me :D
Going to close as resolved. The migration CLI isn't used a lot these days anyways
No branches or pull requests
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
Bug: Migrate bin/index.mjs rewritten as index.js , causing CLI to fail
Reproducible demo
No response
Steps to reproduce
install migrate
Expected behavior
to run migrate
Actual behavior
fails to load as esm module needs to be .mjs not .js
Your environment
osx 10.15
Self-service
The text was updated successfully, but these errors were encountered: