Heb een Node.JS applicatie geschreven dat gerbuik maakt van Puppeteer. Dit probeer ik nu te deployen naar Azure of een andere cloud, maar stoot steeds op problemen. Lokaal werkt de app perfect. Iemand hier ervaring mee?
Vraag
Alle reacties
npm ERR! commentpupetteer@1.0.0 start: `node server.js`
2023-01-17T12:07:18.422345733Z: [ERROR] npm ERR! Exit status 1
2023-01-17T12:07:18.430659386Z: [ERROR] npm ERR!
2023-01-17T12:07:18.431665016Z: [ERROR] npm ERR! Failed at the commentpupetteer@1.0.0 start script.
2023-01-17T12:07:18.432808051Z: [ERROR] npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
2023-01-17T12:07:18.578291274Z: [ERROR] npm timing npm Completed in 47621875ms
Heb console.log()s in mijn script maar geen idee waar ik die output terugvind in Azure
2023-01-17T12:07:18.422345733Z: [ERROR] npm ERR! Exit status 1
2023-01-17T12:07:18.430659386Z: [ERROR] npm ERR!
2023-01-17T12:07:18.431665016Z: [ERROR] npm ERR! Failed at the commentpupetteer@1.0.0 start script.
2023-01-17T12:07:18.432808051Z: [ERROR] npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
2023-01-17T12:07:18.578291274Z: [ERROR] npm timing npm Completed in 47621875ms
Heb console.log()s in mijn script maar geen idee waar ik die output terugvind in Azure