martinmicunda/employee-scheduling-ui

error in dist

Closed this issue · 5 comments

Hello I've tried to run
gulp serve:dist

but the application doesn't work because I receive this error in the browser console:
Uncaught System.register provided no module namen @ main.min-bbf224e4.js:10(anonymous function) @ main.min-bbf224e4.js:21(anonymous function) @ main.min-bbf224e4.js:10(anonymous function) @ main.min-bbf224e4.js:10

No error in the console it finish with:
[BS] Watching files...

Thank you.

Can you check if follow version of packages were installed "jspm": "0.13.4" and "systemjs-builder": "0.8.2"?

"jspm": "^0.13.4",
"systemjs-builder": "^0.8.2",

Could you check what versions are installed under node_modules/ directory? Also can you try remove ^ symbol and re-run npm install. I know there been lot of changes in jspm so it could break my build.

"jspm": "0.13.4",
"systemjs-builder": "0.8.2",

the version are both correct. Just to know that gulp serve works fine ... only gulp serve:dist has this problem.

@daniele-zurico that's should be fix now