search

Home  >  Q&A  >  body text

javascript - npm run build 报错求破?

➜ test npm run build
npm ERR! Linux 4.2.0-25-generic
npm ERR! argv "/opt/node/bin/node" "/opt/node/bin/npm" "run" "build"
npm ERR! node v4.2.1
npm ERR! npm v2.14.7

npm ERR! missing script: build
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/issues

报错求破?

PHPzPHPz2902 days ago324

reply all(1)I'll reply

  • 迷茫

    迷茫2017-04-10 16:58:14

    missing script build
    应该是package.scripts里没有build.

    reply
    0
  • Cancelreply