<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Suraj Kumar</title>
    <description>The latest articles on DEV Community by Suraj Kumar (@suraj_kumar_ee4bb8d1a2788).</description>
    <link>https://dev.to/suraj_kumar_ee4bb8d1a2788</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1514171%2Fd5ece6b1-e965-4891-bfe0-cb6bfb7e474c.png</url>
      <title>DEV Community: Suraj Kumar</title>
      <link>https://dev.to/suraj_kumar_ee4bb8d1a2788</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/suraj_kumar_ee4bb8d1a2788"/>
    <language>en</language>
    <item>
      <title>Bundle Mongodb binary with electron app</title>
      <dc:creator>Suraj Kumar</dc:creator>
      <pubDate>Wed, 22 May 2024 07:28:53 +0000</pubDate>
      <link>https://dev.to/suraj_kumar_ee4bb8d1a2788/bundle-mongodb-binary-with-electron-app-b3o</link>
      <guid>https://dev.to/suraj_kumar_ee4bb8d1a2788/bundle-mongodb-binary-with-electron-app-b3o</guid>
      <description>&lt;p&gt;how can i bundle mongodb binary with electronjs. so that user can store data locally and not need to install mongodb server on user local machine. I integrate the mongodb biarywith electron app and it locally work fine but after build i got error during launching electron app.&lt;br&gt;&lt;br&gt;
here is the error Failed to start MongoDB: Error: Command failed: "/opt/MystroCommander/resources/app.asar/backend/MongoDB/bin/mongod" --dbpath "/opt/MystroCommander/resources/app.asar/backend/MongoDB/data" --port 27017&lt;br&gt;
/bin/sh: 1: /opt/MystroCommander/resources/app.asar/backend/MongoDB/bin/mongod: not found&lt;/p&gt;

&lt;p&gt;MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0&lt;/p&gt;

&lt;p&gt;I cross check the app.asar file and MongoDB is there having mongod. &lt;/p&gt;

&lt;p&gt;please help me out!&lt;/p&gt;

</description>
      <category>help</category>
    </item>
  </channel>
</rss>
