Giter Club home page Giter Club logo

Comments (5)

ragingwind avatar ragingwind commented on July 24, 2024

Check version for yo and npm first and reinstall all of generators after npm clean cache

from generator-chromeapp.

arkdelkaos avatar arkdelkaos commented on July 24, 2024

Still the same :(

$ npm list -g --depth=0
/usr/local/lib
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]

from generator-chromeapp.

arkdelkaos avatar arkdelkaos commented on July 24, 2024

Mmm...it do the same with generator-angular, and I see that this happens to more people, so I'll bother them ;) Thanks anyway! If I get a solution i'll share it here :)

from generator-chromeapp.

arkdelkaos avatar arkdelkaos commented on July 24, 2024

Ok, so is a npm3 related problem.
YO devs doesn't seems to like npm3 right now (they say it slow), and so they didn't change yo nether generator-angular with the 'new' specs:

We currently use peerDependencies to have external sub-generators installed automatically with the main generator, eg generator-mocha is a peerDependency in generator-webapp and installed with it.

npm3 will no longer install peerDependencies, which is a very good change, but will impact how we currently use it:

We will also be changing the behavior of peerDependencies in npm@3. We won’t be automatically downloading the peer dependency anymore. Instead, we’ll warn you if the peer dependency isn’t already installed. This requires you to resolve peerDependency conflicts yourself, manually, but in the long run this should make it less likely that you’ll end up in a tricky spot with your packages’ dependencies. - http://blog.npmjs.org/post/110924823920/npm-weekly-5

We should probably have sub-generators in dependencies instead.

So, I have to 'go back' to node 4.2.4 for the time being :(

from generator-chromeapp.

ragingwind avatar ragingwind commented on July 24, 2024

@arkdelkaos Thanks for your effort and close the issue now.

from generator-chromeapp.

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.