cocoapods-imy-bin-demo icon indicating copy to clipboard operation
cocoapods-imy-bin-demo copied to clipboard

npm ERR! command sh -c node app.js

Open ticsmatic opened this issue 3 years ago • 0 comments

npm start时报错,如下

环境: 操作系统10.15.7 zsh node: v15.0.1 npm: 7.0.5

binary-server/node_modules/thenify-all/index.js:19
  return 
         

SyntaxError: Unexpected end of input
    at wrapSafe (node:internal/modules/cjs/loader:999:16)
    at Module._compile (node:internal/modules/cjs/loader:1047:27)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1112:10)
    at Module.load (node:internal/modules/cjs/loader:948:32)
    at Function.Module._load (node:internal/modules/cjs/loader:789:14)
    at Module.require (node:internal/modules/cjs/loader:972:19)
    at require (node:internal/modules/cjs/helpers:88:18)
    at Object.<anonymous> (/Users/yiche/Downloads/compile/cocoapods-imy/binary-server/node_modules/mz/fs.js:47:1)
    at Module._compile (node:internal/modules/cjs/loader:1083:30)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1112:10)
    at Module.load (node:internal/modules/cjs/loader:948:32)
    at Function.Module._load (node:internal/modules/cjs/loader:789:14)
    at Module.require (node:internal/modules/cjs/loader:972:19)
    at require (node:internal/modules/cjs/helpers:88:18)
    at Object.<anonymous> (/Users/yiche/Downloads/compile/cocoapods-imy/binary-server/node_modules/fs-promise/index.js:3:12)
    at Module._compile (node:internal/modules/cjs/loader:1083:30)
npm ERR! code 1
npm ERR! path /Users/yiche/Downloads/compile/cocoapods-imy/binary-server
npm ERR! command failed
npm ERR! command sh -c node app.js

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/xxx/.npm/_logs/2020-10-27T04_43_30_801Z-debug.log

ticsmatic avatar Oct 27 '20 05:10 ticsmatic