<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>npm — FixDevs</title><description>Latest fixes and solutions for npm errors on FixDevs.</description><link>https://fixdevs.com/</link><language>en</language><lastBuildDate>Sun, 29 Mar 2026 00:00:00 GMT</lastBuildDate><atom:link href="https://fixdevs.com/tags/npm/rss.xml" rel="self" type="application/rss+xml"/><item><title>Fix: Changesets Not Working — Version Not Bumping, Changelog Empty, or GitHub Action Failing</title><link>https://fixdevs.com/blog/changesets-not-working/</link><guid isPermaLink="true">https://fixdevs.com/blog/changesets-not-working/</guid><description>How to fix @changesets/cli issues — changeset creation, version bumping, changelog generation, monorepo support, npm publishing, and GitHub Actions automation.</description><pubDate>Sun, 29 Mar 2026 00:00:00 GMT</pubDate><category>typescript</category><category>tooling</category><category>npm</category><category>debugging</category><author>FixDevs</author></item><item><title>Fix: publint Not Working — Package Exports Invalid, Types Not Found, or Dual Package Errors</title><link>https://fixdevs.com/blog/publint-not-working/</link><guid isPermaLink="true">https://fixdevs.com/blog/publint-not-working/</guid><description>How to fix publint package validation issues — exports field configuration, dual ESM/CJS packaging, type resolution, main/module/types fields, files array, and common packaging mistakes.</description><pubDate>Sun, 29 Mar 2026 00:00:00 GMT</pubDate><category>typescript</category><category>tooling</category><category>npm</category><category>debugging</category><author>FixDevs</author></item><item><title>Fix: tsup Not Working — Build Failing, Types Not Generated, or ESM/CJS Output Wrong</title><link>https://fixdevs.com/blog/tsup-not-working/</link><guid isPermaLink="true">https://fixdevs.com/blog/tsup-not-working/</guid><description>How to fix tsup bundler issues — entry points, dual ESM/CJS output, TypeScript declaration files, external dependencies, tree shaking, and package.json exports configuration.</description><pubDate>Sun, 29 Mar 2026 00:00:00 GMT</pubDate><category>typescript</category><category>tooling</category><category>npm</category><category>debugging</category><author>FixDevs</author></item><item><title>Fix: unbuild Not Working — Build Output Empty, Stub Mode Failing, or Rollup Errors</title><link>https://fixdevs.com/blog/unbuild-not-working/</link><guid isPermaLink="true">https://fixdevs.com/blog/unbuild-not-working/</guid><description>How to fix unbuild issues — build configuration, stub mode for development, ESM and CJS output, TypeScript declarations, external dependencies, and monorepo workspace builds.</description><pubDate>Sun, 29 Mar 2026 00:00:00 GMT</pubDate><category>typescript</category><category>tooling</category><category>npm</category><category>debugging</category><author>FixDevs</author></item><item><title>Fix: pnpm Peer Dependency Errors (Missing or Incompatible Peer Dependencies)</title><link>https://fixdevs.com/blog/pnpm-peer-dependency-error/</link><guid isPermaLink="true">https://fixdevs.com/blog/pnpm-peer-dependency-error/</guid><description>How to fix pnpm peer dependency errors — why pnpm is stricter than npm about peer deps, how to resolve missing peers, configure peerDependencyRules, and handle incompatible version ranges.</description><pubDate>Tue, 17 Mar 2026 00:00:00 GMT</pubDate><category>pnpm</category><category>nodejs</category><category>npm</category><category>debugging</category><category>tooling</category><author>FixDevs</author></item><item><title>Fix: npm ERR! enoent ENOENT: no such file or directory</title><link>https://fixdevs.com/blog/npm-enoent-no-such-file/</link><guid isPermaLink="true">https://fixdevs.com/blog/npm-enoent-no-such-file/</guid><description>How to fix the npm ENOENT no such file or directory error caused by missing package.json, wrong directory, corrupted node_modules, broken symlinks, and npm cache issues.</description><pubDate>Mon, 09 Mar 2026 00:00:00 GMT</pubDate><category>npm</category><category>nodejs</category><category>javascript</category><author>FixDevs</author></item><item><title>Fix: npm ERR! code E404 – Not Found (package not found in registry)</title><link>https://fixdevs.com/blog/npm-err-code-e404/</link><guid isPermaLink="true">https://fixdevs.com/blog/npm-err-code-e404/</guid><description>How to fix npm ERR code E404 not found error caused by typos, private registries, scoped packages, deleted packages, and authentication issues.</description><pubDate>Mon, 09 Mar 2026 00:00:00 GMT</pubDate><category>npm</category><category>javascript</category><category>debugging</category><author>FixDevs</author></item><item><title>Fix: npm ERR! ENOTEMPTY: directory not empty, rename</title><link>https://fixdevs.com/blog/npm-err-enotempty-rename/</link><guid isPermaLink="true">https://fixdevs.com/blog/npm-err-enotempty-rename/</guid><description>How to fix npm ENOTEMPTY directory not empty error caused by corrupted cache, concurrent npm operations, stale node_modules, and Windows file locking issues.</description><pubDate>Mon, 09 Mar 2026 00:00:00 GMT</pubDate><category>npm</category><category>nodejs</category><author>FixDevs</author></item><item><title>Fix: npm ERR! Could not resolve peer dependency conflict</title><link>https://fixdevs.com/blog/npm-err-peer-dep-conflict/</link><guid isPermaLink="true">https://fixdevs.com/blog/npm-err-peer-dep-conflict/</guid><description>How to fix the npm ERR! Could not resolve peer dependency conflict error. Covers --legacy-peer-deps, --force, npm overrides, peerDependenciesMeta, React version conflicts, and debugging with npm ls.</description><pubDate>Mon, 09 Mar 2026 00:00:00 GMT</pubDate><category>npm</category><category>javascript</category><category>debugging</category><author>FixDevs</author></item><item><title>Fix: npm WARN deprecated — inflight, glob, rimraf, and Other Package Warnings</title><link>https://fixdevs.com/blog/npm-warn-deprecated/</link><guid isPermaLink="true">https://fixdevs.com/blog/npm-warn-deprecated/</guid><description>npm WARN deprecated inflight@1.0.6, glob@7.2.3, rimraf@3.0.2, @humanwhocodes — which warnings are safe to ignore, which need fixing, and exact steps to silence each one.</description><pubDate>Mon, 09 Mar 2026 00:00:00 GMT</pubDate><category>npm</category><category>nodejs</category><category>javascript</category><author>FixDevs</author></item><item><title>Fix: npm ERR! cb() never called</title><link>https://fixdevs.com/blog/npm-cb-never-called/</link><guid isPermaLink="true">https://fixdevs.com/blog/npm-cb-never-called/</guid><description>Resolve npm&apos;s cb() never called error by clearing cache, fixing network issues, updating npm, and resolving corrupted package-lock.json files.</description><pubDate>Fri, 06 Mar 2026 00:00:00 GMT</pubDate><category>npm</category><category>nodejs</category><category>package-manager</category><author>FixDevs</author></item><item><title>Fix: npm audit Found Vulnerabilities – How to Fix and Manage Security Issues</title><link>https://fixdevs.com/blog/npm-audit-vulnerabilities/</link><guid isPermaLink="true">https://fixdevs.com/blog/npm-audit-vulnerabilities/</guid><description>How to fix npm audit vulnerabilities including high and critical severity issues, dependency conflicts, and when to use npm audit fix --force safely.</description><pubDate>Sat, 14 Feb 2026 00:00:00 GMT</pubDate><category>npm</category><category>nodejs</category><category>security</category><author>FixDevs</author></item><item><title>Fix: EACCES: permission denied, mkdir / open / unlink (Node.js)</title><link>https://fixdevs.com/blog/eacces-permission-denied-mkdir/</link><guid isPermaLink="true">https://fixdevs.com/blog/eacces-permission-denied-mkdir/</guid><description>How to fix EACCES permission denied errors in Node.js for mkdir, open, unlink, and scandir operations, covering npm global installs, Docker, NVM, CI/CD, and filesystem permissions.</description><pubDate>Mon, 12 Jan 2026 00:00:00 GMT</pubDate><category>nodejs</category><category>npm</category><category>linux</category><author>FixDevs</author></item><item><title>Fix: npm ERR! code ELIFECYCLE (errno 1, Failed at script)</title><link>https://fixdevs.com/blog/npm-err-code-elifecycle/</link><guid isPermaLink="true">https://fixdevs.com/blog/npm-err-code-elifecycle/</guid><description>How to fix npm ERR! code ELIFECYCLE, npm ERR! errno 1, and npm ERR! Failed at the script errors. Covers reading the real error, node_modules corruption, node-gyp failures, wrong Node version, memory issues, postinstall failures, Windows-specific fixes, and more.</description><pubDate>Mon, 05 Jan 2026 00:00:00 GMT</pubDate><category>npm</category><category>nodejs</category><category>node-gyp</category><author>FixDevs</author></item><item><title>Fix: npm ERR! Missing script: &quot;start&quot;</title><link>https://fixdevs.com/blog/npm-missing-script-start/</link><guid isPermaLink="true">https://fixdevs.com/blog/npm-missing-script-start/</guid><description>How to fix &quot;npm ERR! Missing script&quot; for start, dev, build, and test. Covers adding scripts to package.json, common framework configurations for React, Next.js, Vite, Angular, Express, and Nest.js.</description><pubDate>Thu, 04 Dec 2025 00:00:00 GMT</pubDate><category>npm</category><category>nodejs</category><author>FixDevs</author></item><item><title>Fix: npm ERR! ERESOLVE unable to resolve dependency tree</title><link>https://fixdevs.com/blog/npm-eresolve-unable-to-resolve-dependency-tree/</link><guid isPermaLink="true">https://fixdevs.com/blog/npm-eresolve-unable-to-resolve-dependency-tree/</guid><description>How to fix the ERESOLVE unable to resolve dependency tree error in npm. Covers root causes, peer dependency conflicts, --legacy-peer-deps, --force, npm overrides, and edge cases with React 18, TypeScript, and monorepos.</description><pubDate>Sat, 29 Nov 2025 00:00:00 GMT</pubDate><category>npm</category><category>nodejs</category><category>dependencies</category><author>FixDevs</author></item><item><title>Fix: EACCES permission denied when installing npm packages globally</title><link>https://fixdevs.com/blog/npm-eacces-permission-denied-global-install/</link><guid isPermaLink="true">https://fixdevs.com/blog/npm-eacces-permission-denied-global-install/</guid><description>How to fix &apos;Error: EACCES: permission denied, access /usr/local/lib/node_modules&apos; when running npm install -g on macOS or Linux. Multiple solutions ranked by recommendation.</description><pubDate>Tue, 25 Nov 2025 00:00:00 GMT</pubDate><category>npm</category><category>nodejs</category><category>linux</category><category>macos</category><category>permissions</category><author>FixDevs</author></item><item><title>Fix: Error Cannot find module in Node.js (MODULE_NOT_FOUND)</title><link>https://fixdevs.com/blog/node-cannot-find-module/</link><guid isPermaLink="true">https://fixdevs.com/blog/node-cannot-find-module/</guid><description>How to fix &apos;Error: Cannot find module&apos; and &apos;MODULE_NOT_FOUND&apos; in Node.js. Covers missing packages, wrong import paths, node_modules issues, TypeScript moduleResolution, ESM vs CJS, and monorepo hoisting.</description><pubDate>Mon, 24 Nov 2025 00:00:00 GMT</pubDate><category>nodejs</category><category>npm</category><category>typescript</category><category>javascript</category><author>FixDevs</author></item></channel></rss>