William Schamovic
11/22/2020, 2:45 PMsuitecloul/cli
to my netsuite account i get an error that i need to return an ActionResult
, I have all the prerequisites installed and I am using Ubuntu, what could be the problem?Ali Syed (NS DevTools QA)
11/22/2020, 9:34 PMWilliam Schamovic
11/23/2020, 12:21 AMnpm run build && suitecloud account:setup
13 verbose stack Exit status 1
13 verbose stack at EventEmitter.<anonymous> (/home/tzvi/.nvm/versions/node/v14.11.0/lib/node_modules/npm/node_modules/npm-lifecycle/index.js33216)
13 verbose stack at EventEmitter.emit (events.js31420)
13 verbose stack at ChildProcess.<anonymous> (/home/tzvi/.nvm/versions/node/v14.11.0/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js5514)
13 verbose stack at ChildProcess.emit (events.js31420)
13 verbose stack at maybeClose (internal/child_process.js104716)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js2875)
14 verbose pkgid npp-netsuite-payment-processor@1.0.0
15 verbose cwd /home/tzvi/Documents/npp-netsuite-payment-processor
16 verbose Linux 5.4.0-29-generic
17 verbose argv "/home/tzvi/.nvm/versions/node/v14.11.0/bin/node" "/home/tzvi/.nvm/versions/node/v14.11.0/bin/npm" "run" "setup"
18 verbose node v14.11.0
19 verbose npm v6.14.8
20 error code ELIFECYCLE
21 error errno 1
22 error npp-netsuite-payment-processor@1.0.0 setup: npm run build && suitecloud account:setup
22 error Exit status 1
23 error Failed at the npp-netsuite-payment-processor@1.0.0 setup script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 1, true ]