arthurnn / memcached

A Ruby interface to the libmemcached C client
Academic Free License v3.0
432 stars 127 forks source link

ant design pro build #180

Closed LiboliboLibolibo closed 5 years ago

LiboliboLibolibo commented 5 years ago

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! ant-design-pro@2.1.1 build: umi build npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the ant-design-pro@2.1.1 build script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above

LiboliboLibolibo commented 5 years ago

ant design pro项目,在npm run build时报上面错,不知道从哪方面入手解决

LiboliboLibolibo commented 5 years ago

0 info it worked if it ends with ok 1 verbose cli [ '/usr/local/Cellar/node/8.4.0/bin/node', 1 verbose cli '/usr/local/bin/npm', 1 verbose cli 'run', 1 verbose cli 'build' ] 2 info using npm@6.5.0-next.0 3 info using node@v11.6.0 4 verbose run-script [ 'prebuild', 'build', 'postbuild' ] 5 info lifecycle ant-design-pro@2.1.1~prebuild: ant-design-pro@2.1.1 6 info lifecycle ant-design-pro@2.1.1~build: ant-design-pro@2.1.1 7 verbose lifecycle ant-design-pro@2.1.1~build: unsafe-perm in lifecycle true 8 verbose lifecycle ant-design-pro@2.1.1~build: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/Users/tiantian/admin-test/qyl-admin/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/tiantian/.rvm/bin 9 verbose lifecycle ant-design-pro@2.1.1~build: CWD: /Users/tiantian/admin-test/qyl-admin 10 silly lifecycle ant-design-pro@2.1.1~build: Args: [ '-c', 'umi build' ] 11 silly lifecycle ant-design-pro@2.1.1~build: Returned: code: 1 signal: null 12 info lifecycle ant-design-pro@2.1.1~build: Failed to exec build script 13 verbose stack Error: ant-design-pro@2.1.1 build: umi build 13 verbose stack Exit status 1 13 verbose stack at EventEmitter. (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:301:16) 13 verbose stack at EventEmitter.emit (events.js:188:13) 13 verbose stack at ChildProcess. (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14) 13 verbose stack at ChildProcess.emit (events.js:188:13) 13 verbose stack at maybeClose (internal/child_process.js:978:16) 13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:265:5) 14 verbose pkgid ant-design-pro@2.1.1 15 verbose cwd /Users/tiantian/admin-test/qyl-admin 16 verbose Darwin 18.2.0 17 verbose argv "/usr/local/Cellar/node/8.4.0/bin/node" "/usr/local/bin/npm" "run" "build" 18 verbose node v11.6.0 19 verbose npm v6.5.0-next.0 20 error code ELIFECYCLE 21 error errno 1 22 error ant-design-pro@2.1.1 build: umi build 22 error Exit status 1 23 error Failed at the ant-design-pro@2.1.1 build script. 23 error This is probably not a problem with npm. There is likely additional logging output above. 24 verbose exit [ 1, true ] 以上是报错日志