build module failed: npm install failed: stderr maxBuffer exceeded
Summary
I try to upload my package. TGZ to the embeded conatiner but i get an error.Content
The error that i got is :
unhandledRejection
build module failed: npm install failed: stderr maxBuffer exceeded
BUILDER_BUILD_MODULE_ERROR: build module failed: npm install failed: stderr maxBuffer exceeded
at Builder.buildModuleForService (/usr/src/app/node_modules/hosted_cc_builder/src/builder.js:89:13)
at <anonymous>
[object Promise]
and this is my package.json:
{
"name": "mybotapi",
"version": "1.0.0",
"description": "amazus bot costum component ",
"main": "mybotapi.js",
"dependencies": {
"body-parser": "^1.15.0",
"express": "^4.13.4",
"http-auth": "^3.1.3",
"joi": "^9.2.0",
"moment": "^2.16.0",
"strong-soap": "^1.18.0"
}
}
Tagged:
0