I am just getting started with ember and it is a bit refreshing. It is great to get started by typing ember init, ember s, ember g route and see the effects of your changes instantly.
The problem is that every time I have a new idea, or want to test a new ember concept, throwaway project, it takes forever to start a new project. It kills my momentum when I have to wait nearly 5 minutes from ember init to working with a new proof of concept.
My current workaround is to create a symlink to bower and NPM and run ember init without bower and NPM. This seems to work for the most part, but when I install an add-on such as ember-cli-nwjs, It still takes a fair bit of time. I’m not sure what is happening in the background or why NPM is running again even when I match the modules.
Does anyone else have this problem or have their own workarounds?