Giter Site home page Giter Site logo

Comments (7)

mgechev avatar mgechev commented on May 20, 2024 9

Fixed and published as part of 0.1.4.

from rxjs-tslint.

JamesJansson avatar JamesJansson commented on May 20, 2024 4

I just looked, there's a week old PR from dgsmith2 with almost exactly the same issue. The failure to accept this PR will be stopping a lot of people from upgrading to Angular 6. It's a hot topic off the back off IO18, so this should be seen to sooner rather than later.

from rxjs-tslint.

JamesJansson avatar JamesJansson commented on May 20, 2024 3

This issue needs to be reopened, because it really is a bug that needs to be resolved for Windows users. The file path is not just unescaped for tsconfig, but also the tslint and the rxjs-5-to-6migrate.json, and uses absolute paths.

If, for example, your user name in Windows is "First Last", your path will look like "C:\User\First Last..." for all of the above files, breaking the install.

from rxjs-tslint.

somnathswami avatar somnathswami commented on May 20, 2024 2

yes this issue is big barrier to migrate angular 5 to angular 6 :(

from rxjs-tslint.

dgsmith2 avatar dgsmith2 commented on May 20, 2024 1

Also escaping the path to tsconfig. Usages such as the following should be working:

package.json

scripts: {
   "rxjs-migrate": "rxjs-5-to-6-migrate -p /my/path/with\\ spaces/tsconfig.app.json",
}

CLI:

$ ./node_modules/.bin/rxjs-5-to-6-migrate -p /my/path/with\ spaces/tsconfig.app.json

from rxjs-tslint.

mgechev avatar mgechev commented on May 20, 2024

@dgsmith2 this doesn't seem to solve:

rxjs-5-to-6-migrate -p path\ to\ your/tsconfig.json

from rxjs-tslint.

JamesJansson avatar JamesJansson commented on May 20, 2024

I've made a pull request that should fix this issue.

from rxjs-tslint.

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.