Node_modules - Zipproto.ts and mergeproto.ts files not found

I am working on a sample application using angular 2 in visual studio 2015. I have copied the quick start configuration files package.json, tsconfig.json. Now, after installing the dependencies of the npm package, I get the following error after creating the application. Please find a screenshot.

Files not found in node_modules

Why are files not included after installing packages in the node_modules folder?

Can someone help me fix the error?

+4
source share
1 answer

, tsconfig.json . tsconfig.json, node_modules\browser-sync\node_modules\rx\ts. .

+1

Source: https://habr.com/ru/post/1662263/


All Articles