我基本上在jenkins构建中运行Image(value=b'\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x04\xfd\x00\x00\x01\xf1\x08\x06\x00\x00\x00\x16Y\xc9…
这是我当前的配置:
npm run generate
我要
npm install
npm test
npm run generate
// then upload dist/ to s3 for static hosting
我认为它无法在我的jenkins服务器中找到nuxt,但是我将nuxt包放入了package.json中
╭────────────────────────╮
│ │
│ ✖ Nuxt Fatal Error │
│ │
│ │
│ │
╰────────────────────────╯
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! vs_admin@1.0.0 generate: `nuxt generate`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the vs_admin@1.0.0 generate script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.