Closed will421 closed 7 years ago
facing the same issue.
+1 same issue
Same issue here.
>node -e "var os=require('os');console.log('Node.js ' + process.version + '\n' + os.platform() + ' ' + os.release())"
Node.js v6.9.1
win32 6.1.7601
>yo --version
1.8.5
>npm --version
4.0.5
Here is a patch for generated projects based on @Swiip pull request. Thank you fix_systemjs_build.zip
Description
This issue occur just after project generation when running "gulp".
I found this issue https://github.com/systemjs/builder/issues/621, that lead to this one : https://github.com/systemjs/systemjs/issues/1317. It say that there is a fix 0.19.37 of systemjs. What I had is "systemjs@0.19.36" dependency of "jspm@0.17.0-beta.25". I changed jspm version in package.json to 0.17.0-beta.32 that depend on "systemjs@0.19.41" But below issue still occur.
Found also this https://github.com/mgechev/angular-seed/issues/1227#issuecomment-248425132, but I do not know how to use it.
Error Message & Stack Trace
Config
Environment