Closed naveedahmed1 closed 7 years ago
Looks like a configuration error in probably the tsconfig file (guess).
error TS6059: File 'D:/MyProject/node_modules/angular2-masonry/src/module.ts' is not under 'rootDir' 'D:/MyProject/app/'. 'rootDir' is expected to contain all source files.
rootDir is in your app
folder.. Did you mean to have your node_modules
folder in there as well?
the app folder contains my application code only.
/app/my files here
/node_modules/node modules here
Then you must change the rootDir.. The error sais so :)
I'm with https://github.com/jelgblad/angular2-masonry/issues/25#issuecomment-261641980, that this seems to be a configuration issue.
When compiling my project with gulp-typescript version 3.1.3, it generates below errors: I am using angular2-masonry version 0.3.0