npm run start 报错
npm install 以后 提示了几个警告
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm notice created a lockfile as package-lock.json. You should commit this file. npm WARN [email protected] requires a peer of webpack@1 || 2 || ^2.1.0-beta || ^2.2.0-rc but none was installed. npm WARN [email protected] requires a peer of webpack@^2.2.0 but none was installed. npm WARN [email protected] requires a peer of webpack@^2.2.0 but none was installed. npm WARN [email protected] requires a peer of react-native@* but none was installed. npm WARN [email protected] requires a peer of react-native@>=0.20.0 but none was installed. npm WARN [email protected] No repository field.
npm run start报错 C:\Users\Administrator\Desktop\react-molin-master>npm run start
[email protected] start C:\Users\Administrator\Desktop\react-molin-master export NODE_ENV=development && webpack-dev-server
'export' 不是内部或外部命令,也不是可运行的程序 或批处理文件。
你用的是Windows电脑吗?windows上面启动的命令是npm run start-win