我想发布我的nodeJS构建文件夹或ftp
所以在Cmd中我写npm run build
但它给出了这个错误
在webpack或package.json中,我将Node_ENV设置为生产
18 error react-seed@0.0.13 build: `NODE_ENV=production npm run webpack`
18 error Exit status 1
19 error Failed at the react-seed@0.0.13 build script
'NODE_ENV=production npm run webpack'.
19 error This is most likely a problem with the react-seed package,
19 error not with npm itself.
19 error Tell the author that this fails on your system:
19 error NODE_ENV=production npm run webpack
如何将项目发布到任何文件夹或ftp?