<?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: MUMTAHINA-766</title>
    <description>The latest articles on DEV Community by MUMTAHINA-766 (@mumtahina766).</description>
    <link>https://dev.to/mumtahina766</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%2F1268227%2Fc3b5dd13-928b-4917-9b0f-d8f664bd701b.jpeg</url>
      <title>DEV Community: MUMTAHINA-766</title>
      <link>https://dev.to/mumtahina766</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mumtahina766"/>
    <language>en</language>
    <item>
      <title>Answer: Receive DEP0170 when connecting MongoDB Atlas with Node.js 20.3.1</title>
      <dc:creator>MUMTAHINA-766</dc:creator>
      <pubDate>Sat, 30 Mar 2024 05:42:17 +0000</pubDate>
      <link>https://dev.to/mumtahina766/answer-receive-dep0170-when-connecting-mongodb-atlas-with-nodejs-2031-5a2p</link>
      <guid>https://dev.to/mumtahina766/answer-receive-dep0170-when-connecting-mongodb-atlas-with-nodejs-2031-5a2p</guid>
      <description>&lt;div class="ltag__stackexchange--container"&gt;
  &lt;div class="ltag__stackexchange--title-container"&gt;
    
      &lt;div class="ltag__stackexchange--title"&gt;
        &lt;div class="ltag__stackexchange--header"&gt;
          &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--AoTUKOcU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/stackoverflow-logo-b42691ae545e4810b105ee957979a853a696085e67e43ee14c5699cf3e890fb4.svg" alt=""&gt;
          &lt;a href="https://stackoverflow.com/questions/76594556/receive-dep0170-when-connecting-mongodb-atlas-with-node-js-20-3-1/77859633#77859633" rel="noopener noreferrer"&gt;
            &lt;span class="title-flare"&gt;answer&lt;/span&gt; re: Receive DEP0170 when connecting MongoDB Atlas with Node.js 20.3.1
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="ltag__stackexchange--post-metadata"&gt;
          &lt;span&gt;Jan 22 '24&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;a class="ltag__stackexchange--score-container" href="https://stackoverflow.com/questions/76594556/receive-dep0170-when-connecting-mongodb-atlas-with-node-js-20-3-1/77859633#77859633" rel="noopener noreferrer"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--oeieW07A--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/stackexchange-arrow-up-eff2e2849e67d156181d258e38802c0b57fa011f74164a7f97675ca3b6ab756b.svg" alt=""&gt;
        &lt;div class="ltag__stackexchange--score-number"&gt;
          0
        &lt;/div&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--h2-sXgSn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/stackexchange-arrow-down-4349fac0dd932d284fab7e4dd9846f19a3710558efde0d2dfd05897f3eeb9aba.svg" alt=""&gt;
      &lt;/a&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--body"&gt;
    
&lt;p&gt;i had the same problem this is caused by old version of mongoose
just update mongoose and it well be solved&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;npm install mongoose@latest
&lt;/code&gt;&lt;/pre&gt;

    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--btn--container"&gt;
    &lt;a href="https://stackoverflow.com/questions/76594556/receive-dep0170-when-connecting-mongodb-atlas-with-node-js-20-3-1/77859633#77859633" class="ltag__stackexchange--btn" rel="noopener noreferrer"&gt;Open Full Answer&lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
    <item>
      <title>When installing Newman, i get error "'newman' is not recognized as an internal or external command</title>
      <dc:creator>MUMTAHINA-766</dc:creator>
      <pubDate>Wed, 20 Mar 2024 06:23:30 +0000</pubDate>
      <link>https://dev.to/mumtahina766/when-installing-newman-i-get-error-newman-is-not-recognized-as-an-internal-or-external-command-1b82</link>
      <guid>https://dev.to/mumtahina766/when-installing-newman-i-get-error-newman-is-not-recognized-as-an-internal-or-external-command-1b82</guid>
      <description>&lt;div class="ltag__stackexchange--container"&gt;
  &lt;div class="ltag__stackexchange--title-container"&gt;
    
      &lt;div class="ltag__stackexchange--title"&gt;
        &lt;div class="ltag__stackexchange--header"&gt;
          &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--AoTUKOcU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/stackoverflow-logo-b42691ae545e4810b105ee957979a853a696085e67e43ee14c5699cf3e890fb4.svg" alt=""&gt;
          &lt;a href="https://stackoverflow.com/questions/68981168/when-installing-newman-i-get-error-newman-is-not-recognized-as-an-internal-o" rel="noopener noreferrer"&gt;
            When installing Newman, i get error "'newman' is not recognized as an internal or external command, operable program or batch file."
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="ltag__stackexchange--post-metadata"&gt;
          &lt;span&gt;Aug 30 '21&lt;/span&gt;
            &lt;span&gt;Comments: 9&lt;/span&gt;
            &lt;span&gt;Answers: 1&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;a class="ltag__stackexchange--score-container" href="https://stackoverflow.com/questions/68981168/when-installing-newman-i-get-error-newman-is-not-recognized-as-an-internal-o" rel="noopener noreferrer"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--oeieW07A--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/stackexchange-arrow-up-eff2e2849e67d156181d258e38802c0b57fa011f74164a7f97675ca3b6ab756b.svg" alt=""&gt;
        &lt;div class="ltag__stackexchange--score-number"&gt;
          0
        &lt;/div&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--h2-sXgSn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/stackexchange-arrow-down-4349fac0dd932d284fab7e4dd9846f19a3710558efde0d2dfd05897f3eeb9aba.svg" alt=""&gt;
      &lt;/a&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--body"&gt;
    
&lt;p&gt;I have Nodejs and NPM installed on my computer, and i'm trying to install Newman to run my Postman collection, but after writing on my command line "npm install -g newman", i get the following warnings:-&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;npm WARN deprecated har-validator@5.1.5: this library is no longer supported&lt;/li&gt;
&lt;li&gt;npm WARN deprecated uuid@3.4.0…&lt;/li&gt;
&lt;/ol&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--btn--container"&gt;
    &lt;a href="https://stackoverflow.com/questions/68981168/when-installing-newman-i-get-error-newman-is-not-recognized-as-an-internal-o" class="ltag__stackexchange--btn" rel="noopener noreferrer"&gt;Open Full Question&lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
    <item>
      <title>Answer: How do I resolve peer dependency error:</title>
      <dc:creator>MUMTAHINA-766</dc:creator>
      <pubDate>Thu, 14 Mar 2024 07:39:19 +0000</pubDate>
      <link>https://dev.to/mumtahina766/answer-how-do-i-resolve-peer-dependency-error-41ah</link>
      <guid>https://dev.to/mumtahina766/answer-how-do-i-resolve-peer-dependency-error-41ah</guid>
      <description>&lt;div class="ltag__stackexchange--container"&gt;
  &lt;div class="ltag__stackexchange--title-container"&gt;
    
      &lt;div class="ltag__stackexchange--title"&gt;
        &lt;div class="ltag__stackexchange--header"&gt;
          &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--AoTUKOcU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/stackoverflow-logo-b42691ae545e4810b105ee957979a853a696085e67e43ee14c5699cf3e890fb4.svg" alt=""&gt;
          &lt;a href="https://stackoverflow.com/questions/39805018/how-do-i-resolve-peer-dependency-error-the-package-react15-3-2-does-not-satisf/74237080#74237080" rel="noopener noreferrer"&gt;
            &lt;span class="title-flare"&gt;answer&lt;/span&gt; re: How do I resolve peer dependency error: The package react@15.3.2 does not satisfy its siblings' peerDependencies requirements
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="ltag__stackexchange--post-metadata"&gt;
          &lt;span&gt;Oct 28 '22&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;a class="ltag__stackexchange--score-container" href="https://stackoverflow.com/questions/39805018/how-do-i-resolve-peer-dependency-error-the-package-react15-3-2-does-not-satisf/74237080#74237080" rel="noopener noreferrer"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--oeieW07A--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/stackexchange-arrow-up-eff2e2849e67d156181d258e38802c0b57fa011f74164a7f97675ca3b6ab756b.svg" alt=""&gt;
        &lt;div class="ltag__stackexchange--score-number"&gt;
          2
        &lt;/div&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--h2-sXgSn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/stackexchange-arrow-down-4349fac0dd932d284fab7e4dd9846f19a3710558efde0d2dfd05897f3eeb9aba.svg" alt=""&gt;
      &lt;/a&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--body"&gt;
    
&lt;p&gt;Use the following command to resolve this when installing the node module&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;code&gt;npm install --legacy-peer-deps&lt;/code&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;if above doesn't work for you then you can tey &lt;strong&gt;&lt;code&gt;npm install --force&lt;/code&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;code&gt;--legacy-peer-deps:&lt;/code&gt;&lt;/strong&gt; ignore all peerDependencies when installing, in the style of npm version 4 through version 6.&lt;/p&gt;

    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--btn--container"&gt;
    &lt;a href="https://stackoverflow.com/questions/39805018/how-do-i-resolve-peer-dependency-error-the-package-react15-3-2-does-not-satisf/74237080#74237080" class="ltag__stackexchange--btn" rel="noopener noreferrer"&gt;Open Full Answer&lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
    <item>
      <title>Answer: How to open Visual Studio Code's 'settings.json' file</title>
      <dc:creator>MUMTAHINA-766</dc:creator>
      <pubDate>Mon, 29 Jan 2024 06:05:18 +0000</pubDate>
      <link>https://dev.to/mumtahina766/answer-how-to-open-visual-studio-codes-settingsjson-file-3fhl</link>
      <guid>https://dev.to/mumtahina766/answer-how-to-open-visual-studio-codes-settingsjson-file-3fhl</guid>
      <description>&lt;div class="ltag__stackexchange--container"&gt;
  &lt;div class="ltag__stackexchange--title-container"&gt;
    
      &lt;div class="ltag__stackexchange--title"&gt;
        &lt;div class="ltag__stackexchange--header"&gt;
          &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--AoTUKOcU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/stackoverflow-logo-b42691ae545e4810b105ee957979a853a696085e67e43ee14c5699cf3e890fb4.svg" alt=""&gt;
          &lt;a href="https://stackoverflow.com/questions/65908987/how-to-open-visual-studio-codes-settings-json-file/70629074#70629074" rel="noopener noreferrer"&gt;
            &lt;span class="title-flare"&gt;answer&lt;/span&gt; re: How to open Visual Studio Code's 'settings.json' file
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="ltag__stackexchange--post-metadata"&gt;
          &lt;span&gt;Jan  8 '22&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;a class="ltag__stackexchange--score-container" href="https://stackoverflow.com/questions/65908987/how-to-open-visual-studio-codes-settings-json-file/70629074#70629074" rel="noopener noreferrer"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--oeieW07A--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/stackexchange-arrow-up-eff2e2849e67d156181d258e38802c0b57fa011f74164a7f97675ca3b6ab756b.svg" alt=""&gt;
        &lt;div class="ltag__stackexchange--score-number"&gt;
          148
        &lt;/div&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--h2-sXgSn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/stackexchange-arrow-down-4349fac0dd932d284fab7e4dd9846f19a3710558efde0d2dfd05897f3eeb9aba.svg" alt=""&gt;
      &lt;/a&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--body"&gt;
    
&lt;p&gt;On the settings UI page, there's a special button in the top right corner gutter that toggles between the &lt;em&gt;settings.json&lt;/em&gt; file and the settings UI.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://i.stack.imgur.com/K30x0.png" rel="noreferrer"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--JtkrJoh5--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://i.stack.imgur.com/K30x0.png" alt="Open Settings (JSON)"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Bonus Answer:&lt;/p&gt;
&lt;p&gt;Add &lt;em&gt;"workbench.settings.editor": "json"&lt;/em&gt; to your &lt;em&gt;settings.json&lt;/em&gt; file. This will make it so that menu &lt;em&gt;File&lt;/em&gt; → &lt;em&gt;Preferences&lt;/em&gt; → &lt;em&gt;Settings&lt;/em&gt; or ⌘ + ,…&lt;/p&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--btn--container"&gt;
    &lt;a href="https://stackoverflow.com/questions/65908987/how-to-open-visual-studio-codes-settings-json-file/70629074#70629074" class="ltag__stackexchange--btn" rel="noopener noreferrer"&gt;Open Full Answer&lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
    <item>
      <title>Answer: Unknown at rule @tailwind css(unknownAtRules)</title>
      <dc:creator>MUMTAHINA-766</dc:creator>
      <pubDate>Mon, 29 Jan 2024 06:04:24 +0000</pubDate>
      <link>https://dev.to/mumtahina766/answer-unknown-at-rule-tailwind-cssunknownatrules-h1o</link>
      <guid>https://dev.to/mumtahina766/answer-unknown-at-rule-tailwind-cssunknownatrules-h1o</guid>
      <description>&lt;div class="ltag__stackexchange--container"&gt;
  &lt;div class="ltag__stackexchange--title-container"&gt;
    
      &lt;div class="ltag__stackexchange--title"&gt;
        &lt;div class="ltag__stackexchange--header"&gt;
          &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--AoTUKOcU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/stackoverflow-logo-b42691ae545e4810b105ee957979a853a696085e67e43ee14c5699cf3e890fb4.svg" alt=""&gt;
          &lt;a href="https://stackoverflow.com/questions/65247279/unknown-at-rule-tailwind-cssunknownatrules/75269714#75269714" rel="noopener noreferrer"&gt;
            &lt;span class="title-flare"&gt;answer&lt;/span&gt; re: Unknown at rule @tailwind css(unknownAtRules)
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="ltag__stackexchange--post-metadata"&gt;
          &lt;span&gt;Jan 28 '23&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;a class="ltag__stackexchange--score-container" href="https://stackoverflow.com/questions/65247279/unknown-at-rule-tailwind-cssunknownatrules/75269714#75269714" rel="noopener noreferrer"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--oeieW07A--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/stackexchange-arrow-up-eff2e2849e67d156181d258e38802c0b57fa011f74164a7f97675ca3b6ab756b.svg" alt=""&gt;
        &lt;div class="ltag__stackexchange--score-number"&gt;
          20
        &lt;/div&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--h2-sXgSn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/stackexchange-arrow-down-4349fac0dd932d284fab7e4dd9846f19a3710558efde0d2dfd05897f3eeb9aba.svg" alt=""&gt;
      &lt;/a&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--body"&gt;
    
&lt;p&gt;Create or edit &lt;code&gt;.vscode/settings.json&lt;/code&gt; and add:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;{
  "files.associations": {
    "*.css": "tailwindcss"
  }
}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Additionally the VSCode &lt;a href="https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss" rel="noreferrer"&gt;extension&lt;/a&gt; is helpful - these notes are from their docs.&lt;/p&gt;

    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--btn--container"&gt;
    &lt;a href="https://stackoverflow.com/questions/65247279/unknown-at-rule-tailwind-cssunknownatrules/75269714#75269714" class="ltag__stackexchange--btn" rel="noopener noreferrer"&gt;Open Full Answer&lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
  </channel>
</rss>
