Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Error loading traceur with jspm 0.17.0-beta.14 #57

Closed
ettoredn opened this issue Apr 29, 2016 · 1 comment
Closed

Error loading traceur with jspm 0.17.0-beta.14 #57

ettoredn opened this issue Apr 29, 2016 · 1 comment

Comments

@ettoredn
Copy link

ettoredn commented Apr 29, 2016

I'm trying to use the plugin with jspm 0.17.0-beta.14, however when loading the app it throws an error related to traceur.
In order to replicate the issue:
git clone git@github.com:ettoredn/jspm-scss-test.git && cd jspm-scss-test
npm install
jspm install
npm start

screen shot 2016-04-30 at 01 54 49

By commeting jspm-sass.js:1 the app works fine.

@screendriver
Copy link
Collaborator

You are using jspm@0.17.0-beta.14 which is not a stable release. It is still a beta and has bugs. Especially for plugins. Please use the latest stable version.

Unfortunately I don't have any experience with Traceur. jspm and SystemJS are primary made for the Babel transpiler. There are a lot of issues related to yours. The only difference is that they are using TypeScript instead of Traceur (#51, #55, #43, #35...). The solution for that is in issue #25. It should work for Traceur als well.

Please let me know if your problem is solved with the jspm stable release 0.16.34 and the workaround mentioned in issue #25.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants