jvandemo / generator-angular2-library

Yeoman generator to create an Angular library
MIT License
752 stars 122 forks source link

playground doesn't work #291

Open ahmedhossameldin opened 6 years ago

ahmedhossameldin commented 6 years ago

(index):16 Error: Fetch error: 404 Not Found Instantiating http://localhost:3000/dist/service-core.umd.js Loading http://localhost:3000/.playground/index.js Loading .playground/index.js at system.src.js:1475 at ZoneDelegate.invoke (zone.js:388) at Zone.run (zone.js:138) at zone.js:858 at ZoneDelegate.invokeTask (zone.js:421) at Zone.runTask (zone.js:188) at drainMicroTaskQueue (zone.js:595)

SvenBudak commented 6 years ago

I got the same problem... Cant work with it...

tonysamperi commented 6 years ago

same here...

If I can help I have errors when launching "npm run playground"

Error: ENOTEMPTY: directory not empty, rmdir 'C:\easyPhp\eds-www\git\ngx-mat-lib\.tmp'

OR some other error on the mkdir .tmp - no permission

Altough at the end the server is running, it fails loading generator-test.umd.js

jvandemo commented 6 years ago

@izifortune — Would you be able to have a look at this? Thanks in advance!