You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

build module failed: npm install failed: stderr maxBuffer exceeded

edited Apr 12, 2019 3:05PM in Digital Assistant & Mobile 2 comments

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"
  }
}

 

 

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!