
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
node-linker-pro
Advanced tools
Keep node_modules out of cloud sync folders by linking them to a local cache. Cross-platform. Includes global npm setup command.
💾 Keep node_modules out of cloud sync folders by linking them to a local cache.
⚡ Cross-platform: macOS, Linux, and Windows.
📦 One-step global command: npm setup.
If your projects live in cloud-synced folders like Google Drive, OneDrive, Dropbox, or iCloud, you’ve likely seen these problems:
❌ Slow syncs — node_modules can be hundreds of MBs.
❌ Wasted storage — dependencies don’t need to be backed up.
❌ CPU/bandwidth drain while coding.
✅ Save cloud storage space.
✅ Faster project syncs.
✅ No changes to your workflow.
node-linker-pro moves your node_modules to a local cache folder outside
cloud sync, then creates a link back so your project works exactly the same.
/Google Drive/MyProject
package.json
node_modules/ ← huge folder synced to the cloud
/Google Drive/MyProject
package.json
node_modules → /Users/you/Library/Caches/node_modules_store/<hash>
ℹ️ <hash> is a unique folder name based on your project path, ensuring no conflicts between different projects.
package.json.Install globally once:
npm i -g node-linker-pro
From any project folder:
npm setup
This will:
node_modules to the cache folder.If your npm version doesn’t support npm setup:
npm-setup
| OS | Default cache path |
|---|---|
| macOS | ~/Library/Caches/node_modules_store |
| Linux | ~/.cache/node_modules_store |
| Windows | %LOCALAPPDATA%\Temp\node_modules_cache |
Custom path:
# mac/Linux
EXTERNAL_NODE_MODULES_DIR="/path/to/cache" npm setup
# Windows PowerShell
$env:EXTERNAL_NODE_MODULES_DIR="D:\path\to\cache"; npm setup
✅ You keep projects in Google Drive, OneDrive, Dropbox, or iCloud.
✅ You want a cross-platform, cloud-safe workflow.
✅ You switch between multiple OSes and don’t want to re-download dependencies.
❌ CI/CD pipelines (use npm ci instead).
❌ Highly isolated builds requiring separate installs for security.
Will it break my project?
No. Your tools see node_modules normally.
What if the cache is deleted?
Run npm setup again — dependencies will reinstall.
Does it require admin rights on Windows?
No, if Developer Mode is enabled. Otherwise, Windows may ask.
MIT — Free to use, modify, and share.
FAQs
Keep node_modules out of cloud sync folders by linking them to a local cache. Cross-platform. Includes global npm setup command.
We found that node-linker-pro demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.