-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sudo npm install -g generator-ionic blow up #261
Comments
Hi, C:\Users\Ghassen>npm install -g generator-ionic npm WARN deprecated [email protected]: the module is now available as 'css-what' npm WARN EPEERINVALID [email protected] requires a peer of yo@>=1.0.0 but no can someone help me please ?! |
I was able to resolve this issue by updating my NPM via: "sudo npm install -g npm" |
Yes, it worked fine. But now, when i launch yo ionic, it stops at this level: " Which starter template would you like to use ? " |
I'm having the same issue as GHA0991. It is now stalling on Which starter template would you like to use? It doesn't matter if I use Sass, or tabs or sidemenu. I tried all variations. I left it for 5 min or so and got the following error It is a newly created empty directory but it is also complaining about Current working directory is not a Cordova-based project. Here is an example complete output fron the terminal.
|
I have same issue in installing!! |
Use version 2.x.x as in mwaylabs/generator-m-ionic#257 (comment) |
it may be a npm issue. I reinstalled using the installer from the website which kept node 4.2.6 where I was on but downgraded npm from 3.6.0 to 2.14.12. |
Same issue for me. Downgrading to the latest 2.x.x version fixed this problem.
Is there a fix in planning? |
It's fixed my generator-ionic @linslin . Thanks a lot buddy! |
Having the same issue with npm v3.3.12 |
@linslin solution worked for me as well..thanks.. |
@linslin worked very well. Thanks! |
i have the same issue . using Ubuntu 14.04 |
I get this flood of errors when running sudo npm install -g generator-ionic, the confusion is killing me inside:
npm WARN [email protected] requires a peer of yo@>=1.0.0 but none was installed.
npm ERR! Darwin 15.2.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "generator-ionic"
npm ERR! node v4.2.4
npm ERR! npm v3.5.2
npm ERR! path /usr/local/lib/node_modules/.staging/abbrev-8ba0f614
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall rename
npm ERR! enoent ENOENT: no such file or directory, rename '/usr/local/lib/node_modules/.staging/abbrev-8ba0f614' -> '/usr/local/lib/node_modules/generator-ionic/node_modules/npm/node_modules/abbrev'
npm ERR! enoent ENOENT: no such file or directory, rename '/usr/local/lib/node_modules/.staging/abbrev-8ba0f614' -> '/usr/local/lib/node_modules/generator-ionic/node_modules/npm/node_modules/abbrev'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! Please include the following file with any support request:
npm ERR! /Users/donjohnson/npm-debug.log
npm ERR! code 1
npm-debug.txt
The text was updated successfully, but these errors were encountered: