


Problem (What’s happening)
You’re getting “The following filepaths are too long” while downloading/importing Nanoflow Commons from the Mendix Marketplace.This is a Windows path-length limitation, not a Mendix or module bug.
Root Cause (Real reason)
- Nanoflow Commons contains deep node_modules paths.
- Your project is stored in a deep folder structure (e.g., Desktop → Company → Project → Version → Backup…).
- Windows (by default) limits paths to 260 characters → import fails.
Solution 1 (BEST & FASTEST – Recommended)
Move your Mendix project to a short path
Do this:
- Close Mendix Studio Pro
- Move your app to:
- C:\MendixApps\MyApp
(Create C:\MendixApps if needed)
- Open the app again
- Re-import Nanoflow Commons
Solution 2 (Enable Long Paths in Windows)
Use this if Solution 1 isn’t possible.
Option A: Group Policy (Windows Pro/Enterprise)
- Win + R → gpedit.msc
- Go to:
- Computer Configuration
- → Administrative Templates
- → System
- → Filesystem
- Enable:“Win32 long paths”
- Restart your system
Option B: Registry (All Windows versions)
- Win + R → regedit
- Navigate to:
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
- Set:
- LongPathsEnabled = 1 (DWORD)
- Restart
Solution 3 (Quick Mendix-side cleanup)
After fixing paths:
- Delete this folder (if exists):
- <YourApp>\javascriptsource\
- Re-open Studio Pro
- Download Nanoflow Commons again
About the Errors You See Below (CE1613)
NanoflowCommons.RefreshEntity.EntityToRefresh no longer exists
These are secondary errors caused by partial import failure.
Fix:
- Once the module imports successfully:
- Open affected nanoflows
- Re-select the Refresh Entity parameter
- Save → Errors disappear