显示未捕获类型错误的Angular 4项目:无法读取属性';应用';未定义的

显示未捕获类型错误的Angular 4项目:无法读取属性';应用';未定义的,angular,npm,angular-cli,npm-install,Angular,Npm,Angular Cli,Npm Install,我的Angular(v4)项目在我的计算机上运行良好;但是,在我朋友的计算机上显示以下错误: Uncaught TypeError: Cannot read property 'apply' of undefined combine webpackJsonp.../../../common/@angular/common.es5.js __webpack_require__ webpackJsonp.../../../platform-browser-dynamic/@angular/p

我的Angular(v4)项目在我的计算机上运行良好;但是,在我朋友的计算机上显示以下错误:

Uncaught TypeError: Cannot read property 'apply' of undefined 
combine

webpackJsonp.../../../common/@angular/common.es5.js

__webpack_require__

webpackJsonp.../../../platform-browser-dynamic/@angular/platform-browser-dynamic.es5.js

__webpack_require__ 

webpackJsonp.../../../../../src/main.ts

__webpack_require__

webpackJsonp
webpack_require__ 

webpackJsonpCallback

(anonymous function)

您是否安装了
npm
?是的。我已经做到了。我已经删除了node_modules文件夹并安装了npm。但是错误仍然存在。