node_modules - Zipproto.ts and mergeproto.ts files are not found

半城伤御伤魂 提交于 2019-12-22 08:28:08

问题


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

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

Can anyone help me in resolving the error?


回答1:


Check if a tsconfig.json exists in your app root folder. if it does take out or delete the other tsconfig.json found in the node_modules\browser-sync\node_modules\rx\ts. This should solve the problem.



来源:https://stackoverflow.com/questions/40864150/node-modules-zipproto-ts-and-mergeproto-ts-files-are-not-found

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!