You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we should shorten the filename, but I'm also curious about your system limits. From what I found the filename limit should be 255 and the path limit around 4096 (it's like this on my archlinux ext4 partition). The full path is less than 255 characters, so it should well fit within these boundaries.
@Dschoordsch I've found the same. The path limit is 4096 according to getconf PATH_MAX / and my filesystem is ext4, so 255 for the filename (confirmed with getconf NAME_MAX /).
It should work, but when I try ls mattermost-plugin_vendors-node_modules_mattermost_compass-icons_components_index_js-node_modules_mui_material_I-cb4761_ae7fcdbbe6845a7f2693.js.map it says File name too long 🤷🏼♂️
Issue - Bug
node --version
npm --version
I'm getting the following error when building from my usual dev folder:
My Parabol folder is in
/home/rafaelromcar-parabol/Parabol/github/ParabolInc/parabol
which is long but not that long.Acceptance Criteria (optional)
Users can:
Triage is performed to find the root cause of the bug, timeboxed to ~1 hour.
Estimated effort: 1 hour to triage. More if root cause is already identified.
The text was updated successfully, but these errors were encountered: