Skip to content
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

typings: command not found #6

Closed
kmp52k opened this issue Jun 12, 2017 · 5 comments
Closed

typings: command not found #6

kmp52k opened this issue Jun 12, 2017 · 5 comments

Comments

@kmp52k
Copy link

kmp52k commented Jun 12, 2017

While running command "npm install ionic-hockeyapp --save" I'm getting the below error:

[email protected] postinstall /Users/nikhilKumar/Desktop/FinReg Project/FinReg_XPlatform/node_modules/ionic-hockeyapp
typings install

sh: typings: command not found
npm WARN @angular/[email protected] requires a peer of @angular/[email protected] but none was installed.
npm WARN @angular/[email protected] requires a peer of @angular/[email protected] but none was installed.
npm WARN @angular/[email protected] requires a peer of @angular/[email protected] but none was installed.
npm WARN @angular/[email protected] requires a peer of [email protected] but none was installed.
npm WARN @angular/[email protected] requires a peer of @angular/[email protected] but none was installed.
npm WARN @angular/[email protected] requires a peer of @angular/[email protected] but none was installed.
npm WARN @angular/[email protected] requires a peer of @angular/[email protected] but none was installed.
npm ERR! Darwin 16.5.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "ionic-hockeyapp" "--save"
npm ERR! node v6.10.2
npm ERR! npm v3.10.10
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn

npm ERR! [email protected] postinstall: typings install
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the [email protected] postinstall script 'typings install'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the ionic-hockeyapp package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! typings install
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs ionic-hockeyapp
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls ionic-hockeyapp
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /Users/nikhilKumar/Desktop/FinReg Project/FinReg_XPlatform/npm-debug.log
punitp310576D:FinReg_XPlatform nikhilKumar$

@janpio
Copy link

janpio commented Jun 12, 2017

You should add your ionic info output here so the maintainer knows about your environment.

@gregfrasco
Copy link
Member

please install typings npm install -g typings

@janpio
Copy link

janpio commented Jun 12, 2017

Shouldn't this somehow be part of the plugin requirements then? Or at the very least be mentioned in the installation docs?

@gregfrasco
Copy link
Member

I'll add it to the README, I working on an update to remove this from the requirements

gregfrasco added a commit that referenced this issue Jun 12, 2017
@gregfrasco
Copy link
Member

gregfrasco commented Sep 13, 2017

This issue has been resolved in v0.1.6. If still experience this issue on v0.1.6 or greater please create an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants