npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! ant-design-pro@1.0.0 start: `umi dev`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the ant-design-pro@1.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
After download ant-design-landing first page template,I have meet some problems like these: `✖ Webpack Compiled with some errors in 18.60s
ERROR Failed to compile with 1 errors 10:29:38
error in ./node_modules/npm/bin/npm-cli.js
Module parse failed: Unexpected character '#' (1:0) You may need an appropriate loader to handle this file type.
@ ./node_modules/npm/lib/npm.js 458:4-32 @ dll umi `
this is my package.json config:
how can I solve them? Please help me.