Closed michaelmalonenz closed 8 years ago
@michaelmalonenz I have the same problem. It's good you also have the problem 👍
My error:
Error on fetch for github:dogfalo/materialize@0.97.6/css/materialize.css!github:systemjs/plugin-css@0.1.21.js at file:///Users/name/Git/4leaflabs/ospoon-merchant/jspm_packages/github/dogfalo/materialize@0.97.6/css/materialize.css!file:///Users/name/Git/4leaflabs/ospoon-merchant/jspm_packages/github/systemjs/plugin-css@0.1.21.js
Error on fetch for github:drivesoftware/aurelia-widgets@0.4.10/styles.css!github:systemjs/plugin-css@0.1.21.js at file:///E:/work/radio/src/sales/Drive.Sales.UI/jspm_packages/github/drivesoftware/aurelia-widgets@0.4.10/styles.css!file:///E:/work/radio/src/sales/Drive.Sales.UI/jspm_packages/github/systemjs/# plugin-css@0.1.21.js
I'm curious about the last part 'plugin-css@0.1.21.js'. There is no such a file in plugin-css
Also had this problem, it seems related to systemjs-builder 0.15.17 and it isn't only 0.4.0 as I got it on 0.3.2. Manually installing systemjs-builder@=0.15.16 solved for me.
@paulocezar ah nice! thanks man! I'll try later 🍻
@paulocezar in that case the problem should be in systemjs/builder@61d7540. Any ideas?
I have raised https://github.com/systemjs/builder/issues/600 and made a circular reference :)
I can confirm that the solution from @paulocezar can fixing export problem
The commit in SystemJS builder associated with the issue above fixes my problem, too.
After upgrading to 0.4.0 (and a crucial step of deleting node_modules and then doing
npm install
) I can no longer bundle when the.js
file includes css using the systemjs plugin-css.I get this error:
This is using jspm v0.16.34 and plugin-text v0.1.21