Giter VIP home page Giter VIP logo

Comments (5)

ruffiem avatar ruffiem commented on August 20, 2024

When using localize-router with angular-seed, localize-router tries to resolve dependencies - even the ones that are already loaded - but fails (issue).

from localize-router.

heyligengregory avatar heyligengregory commented on August 20, 2024

Hum I saw a response in angular-seed. About adding this in seed.config.ts :

packages: { 'rxjs': { main: 'Rx.js', defaultExtension: 'js' } }

After adding this, the error changed for :

(SystemJS) Module not already loaded loading "@angular/core" as 
http://localhost:5555/node_modules/@angular/core/bundles/core.umd.

Does this peerDependencies could have an impact on the main error of this issue ?

"peerDependencies": {
    "@angular/core": "^2.0.0",
    "@angular/common": "^2.0.0",
    "@angular/http": "^2.0.0",
    "@angular/router": "^3.0.0",
    "rxjs": "^5.0.0",
    "ng2-translate": "^5.0.0"

  }

It looks like the dependencies which are causing this issue, no ?

from localize-router.

ruffiem avatar ruffiem commented on August 20, 2024

@heyligengregory yes, there's clearly a problem when the module tries to resolve the dependencies. It should not use its own but the ones that are loaded by SystemJS. Did you try to create a production build with the seed ? Production builds do not use SystemJS.

from localize-router.

 avatar commented on August 20, 2024

Are you sure the bug is solved? I have an other error after your update:

(SystemJS) XHR error (404 Not Found) loading http://localhost:5555/node_modules/traceur.js

I have test this but no change:

npm install traceur

from localize-router.

meeroslav avatar meeroslav commented on August 20, 2024

Hi @fcollombon,

the original problem was in Observable and Subject being imported from rxjs instead of rxjs/Observable and rxjs/Subject as well as using generic node exports with webpack bundling. This resolved the original issue. You can see the working application here: https://github.com/meeroslav/angular-seed-systemjs.

Your issue looks like a setup problem. You can open new issue with link to your repo where this can be reproduced and I can try to help.

from localize-router.

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.