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
yarn start
warning in ./node_modules/moment/src/lib/locale/locales.js
Module not found: Error: Can't resolve './locale' in '~\node_modules\moment\src\lib\locale'
package.json
{ "private": true, "scripts": { "start": "umi dev", "build": "umi build", "postinstall": "umi generate tmp", "prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'", "test": "umi-test", "test:coverage": "umi-test --coverage" }, "gitHooks": { "pre-commit": "lint-staged" }, "lint-staged": { "*.{js,jsx,less,md,json}": [ "prettier --write" ], "*.ts?(x)": [ "prettier --parser=typescript --write" ] }, "dependencies": { "@umijs/preset-react": "1.x", "@umijs/test": "^3.1.2", "lint-staged": "^10.0.7", "prettier": "^1.19.1", "react": "^16.12.0", "react-dom": "^16.12.0", "umi": "^3.1.2", "yorkie": "^2.0.0" }, }
The text was updated successfully, but these errors were encountered:
moment/moment#5472
Sorry, something went wrong.
重装一下模块 [email protected] 修复了这个问题。
No branches or pull requests
yarn start
warning in ./node_modules/moment/src/lib/locale/locales.js
Module not found: Error: Can't resolve './locale' in '~\node_modules\moment\src\lib\locale'
package.json
The text was updated successfully, but these errors were encountered: