crisbeto / angular-svg-round-progressbar

Angular module that uses SVG to create a circular progressbar
https://crisbeto.github.io/angular-svg-round-progressbar/
MIT License
741 stars 173 forks source link

Error importing the module in Angular 6 #171

Closed anidraik closed 6 years ago

anidraik commented 6 years ago

Hi - getting the following error when trying to import the module:

@NgModule({ imports: [RoundProgressModule] })

ERROR in ./node_modules/angular-svg-round-progressbar/node_modules/@angular/common/@angular/common.es5.js Module build failed: Error: ENOENT: no such file or directory, open '/Website/website-angular6/website-angular6/node_modules/angular-svg-round-progressbar/node_modules/@angular/common/@angular/common.es5.js' ERROR in ./node_modules/angular-svg-round-progressbar/node_modules/@angular/core/@angular/core.es5.js Module build failed: Error: ENOENT: no such file or directory, open '/Website/website-angular6/website-angular6/node_modules/angular-svg-round-progressbar/node_modules/@angular/core/@angular/core.es5.js'

Running Angular 6.0.3 and using angular-svg-round-progressbar@2.0.0

Any thoughts?

crisbeto commented 6 years ago

It looks like an issue with your build setup.

anidraik commented 6 years ago

I'll take a look. Thanks!