Ranjan

Results 4 comments of Ranjan

Getting same issue - ``` ERROR Cannot start nuxt: serialize is not defined 13:28:49 at eval (eval at (node_modules\lodash.template\index.js:1550:12), :52:1) at compileTemplate (/D:/try-out/nuxt-app/node_modules/@nuxt/kit/dist/index.mjs:505:45) at async /D:/try-out/nuxt-app/node_modules/nuxt/dist/index.mjs:1581:22 at async Promise.all (index...

Getting same error: 2022-10-07 12:18:41 INFO 1 SMS-MT [cid:DIGI_SERVE] [queue-msgid:0a246119-88a6-4a12-88fd-e835469d4d14] [status:ERROR/CommandStatus.ESME_RINVSRCADR] [retry:False] [prio:0] [dlr:RegisteredDeliveryReceipt.SMSC_DELIVERY_RECEIPT_REQUESTED] [validity:none] [from:b'DGSEMI'] [to:b'9958119244'] [content:b'Hello']

Hi, can you send your JSON body that you are passing to api

Getting same issue **Code:** ``` const fs = require('fs'); fs.copyFile('./dist/frontend.controls.0.0.1.umd.min.js', './../../dist/content/lib/asi/js/', (err) => { if (err) throw err; console.log('frontend.controls.0.0.1.umd.min.js was copied to destination.txt'); }); ``` **Error:** ``` [Error: EPERM: operation...