Actions
Defect #1189
closed'npm install' - Maximum call stack size exceeded
Start date:
07/23/2018
Due date:
% Done:
100%
Estimated time:
Affected versions:
Owner:
Description
If 'gulp install' was using for install of the frontend, then symlinks of CzechIdM modules are in the 'node_modules' folder.
Problem occures when we want executed 'npm install'.
In this case the 'Maximum call stack size exceeded' exception is returned.
We can solve this with delete symlinks from the node_modules folder manually, but this is not comfortable.
Better solution will be found in that task.
Actions