Hi,
I have a project using GIT SCM and with node_modules committed that takes about 1min to be loaded on my surface pro.
During usage, the memory consumption of the devenv.exe process slowly rises from 1GB to 2Gb (and then I have to restart it...).
If I move node_modules to the parent directory, the project load time is fine.
The node_modules directory is generated starting from the package.json attached.
Any hint?
I have a project using GIT SCM and with node_modules committed that takes about 1min to be loaded on my surface pro.
During usage, the memory consumption of the devenv.exe process slowly rises from 1GB to 2Gb (and then I have to restart it...).
If I move node_modules to the parent directory, the project load time is fine.
The node_modules directory is generated starting from the package.json attached.
Any hint?