Giter Site home page Giter Site logo

Comments (14)

JulianIsrael avatar JulianIsrael commented on August 26, 2024 3

I created this issue, jspm/jspm-cli#223, maybe the "^0.17.0-beta.32" because of the ^ is downloading the latest beta. we can try using "0.17.0-beta.32" instead, and see if it works.

update: it seems to work, so by locking the version to be exact "jspm 0.17.0-beta.32" would work. but I suggest you to update it to the latest and fix your imports.

from react-redux-typescript-jspm-starter.

JulianIsrael avatar JulianIsrael commented on August 26, 2024 1

I'm getting same issue.

from react-redux-typescript-jspm-starter.

piotrwitek avatar piotrwitek commented on August 26, 2024

From description it seems like a missing System.js dependency

I'm guessing, did you execute all the installation process steps?
In particular these: npm install & npm run init?

from react-redux-typescript-jspm-starter.

rvangsgaard avatar rvangsgaard commented on August 26, 2024

I am getting the exact same error. I did run the commands in the correct order.

At first run I did not have Global JSPM installed, if that should make a difference.

from react-redux-typescript-jspm-starter.

piotrwitek avatar piotrwitek commented on August 26, 2024

Cool, thanks for reporting, I will get a clean clone and try to reproduce on my machine.
Btw. what OS are you using?

from react-redux-typescript-jspm-starter.

rvangsgaard avatar rvangsgaard commented on August 26, 2024

Originally I used MacOS X. I just tried from Ubuntu 16.04 with the same results - and this time I did install JSPM before anything else :)

from react-redux-typescript-jspm-starter.

JulianIsrael avatar JulianIsrael commented on August 26, 2024

I have another version of the same project, when I installed it at first it was using SystemJS v0.19.41 and the problem came when it suddenly started to use SystemJS v0.20.4 Dev. Check the system.js file within jspm_packages.

from react-redux-typescript-jspm-starter.

rvangsgaard avatar rvangsgaard commented on August 26, 2024

My system.js is v0.20.4 Dev as well. Can I force it to use v0.19.41?

from react-redux-typescript-jspm-starter.

rvangsgaard avatar rvangsgaard commented on August 26, 2024

It did not help to use system.js 0.19.32 in my case.

from react-redux-typescript-jspm-starter.

JulianIsrael avatar JulianIsrael commented on August 26, 2024

I copy and paste the systemjs from my other project and it worked. another thing that worked to me was updating the jspm to the latest beta and also the typescript plugin, it would require that you change the code to match the breaking changes like import {poperty} from 'noESModule' to be impor noEsModule from 'noESModule'; noESModule.property;

from react-redux-typescript-jspm-starter.

piotrwitek avatar piotrwitek commented on August 26, 2024

@JulianIsrael you linked a wrong issue, this is correct I believe: jspm/jspm-cli#2233

from react-redux-typescript-jspm-starter.

jcrben avatar jcrben commented on August 26, 2024

@JulianIsrael thanks, pinning jspm in package.json worked:
"jspm": "0.17.0-beta.32"

from react-redux-typescript-jspm-starter.

maxali avatar maxali commented on August 26, 2024

Thanks @JulianIsrael It works with jspm": "0.17.0-beta.32".

@piotrwitek its better to change jspm version to 0.17.0-beta.32 in package.json. It helps new clones i think.

from react-redux-typescript-jspm-starter.

piotrwitek avatar piotrwitek commented on August 26, 2024

@maxali thanks for investigation and finding out the problem, I gonna do necessary version lock to do a quick fix, but we need to update imports to adhere to breaking changes introduced in SystemJS 0.20 in order to be able to update to new releases (source: http://guybedford.com/systemjs-alignment)

Follow up in: #39

from react-redux-typescript-jspm-starter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.