Hello there,
Version 6.3 contains very long names and that leads to problems when checking out code from git (on a windows OS). I already tried setting: git config --system core.longpaths true
Has anybody faced a similar problem? Here is an example of a very long path that comes with the platform.
fatal: cannot create directory at 'ext-content/npmancillary/resources/npm/node/node-v4.4.7-darwin-x64/lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-iterator': No such file or directory
Regards, Karen