Home > other >  NPM_ERROR_WHEN_IN _SAILS
NPM_ERROR_WHEN_IN _SAILS

Time:05-06

node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */);

CodePudding user response:

check bootstrap.js file there is some delay to get the response or return a promise over there in [object, object], resolve that promise and then try or simple implement try catch over there.

  • Related