dev-lu / osint_toolkit

A full stack web application that combines many tools and services for security analysts into a single tool.
MIT License
479 stars 81 forks source link

failed to compile #15

Closed malit0ss closed 11 months ago

malit0ss commented 11 months ago

src/components/ioc-analyzer/services/multi/Alienvault.jsx 290:41 Module parse failed: Unexpected token (290:41) You may need an appropriate loader to handle this file type. | columnNumber: 19 | }

}, "Pulses"), result.pulse_info.pulses?.map(function (pulse) { | return /#PURE/React.createElement(Chip, { | key: pulse.id,

dev-lu commented 11 months ago

Did you use Docker for deployment?

malit0ss commented 11 months ago

Did you use Docker for deployment?

manually and Docker method and the isue is the same

dev-lu commented 11 months ago

Then I would guess you browser does not support JavaScript optional chaining. Please make sure your browser is up to date.

Supported browsers are: Chrome - Version 80 or newer Edge - Version 80 or newer Firefox - Version 74 or newer Opera - Version 67 or newer Safari - Version 13.1 or newer

malit0ss commented 11 months ago

thats not the problem because i tried with diferent browser with the latest version updated and the issue persists

dev-lu commented 11 months ago

Did you try different browsers with Docker or local deployment? For local deployment, you need Node version 17 or higher.

malit0ss commented 11 months ago

both methods of installation And i have node v18.17.0

malit0ss commented 11 months ago

i cant fix the issue

dev-lu commented 11 months ago

I tried to reproduce the issue on 3 different machines, with 3 different operating systems without any problems. The only solution I know at the moment is to remove optional chaining from the application, but I don't want to do this, to be honest.

malit0ss commented 11 months ago

how can I contact you personally?

dev-lu commented 11 months ago

Sorry but I do not privide personal support.

malit0ss commented 11 months ago

np finally the issue its fixed thankyou