问题
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