Hello,
Trying to install this on a project with Angular 2.1.0 with CLI v1.0.0-beta.19-3 and I am getting an error related to the typings install in the postinstall step.
npm install --save ng2-inline-editor
> ng2-inline-editor@0.1.1-alpha.9 postinstall /Users/devakone/wutang/node_modules/ng2-inline-editor
> typings install
sh: typings: command not found
npm WARN @ngtools/webpack@1.1.9 requires a peer of @angular/compiler-cli@2.2.3 but none was installed.
npm WARN @ngtools/webpack@1.1.9 requires a peer of @angular/core@2.2.3 but none was installed.
npm ERR! Darwin 16.1.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "--save" "ng2-inline-editor"
npm ERR! node v7.1.0
npm ERR! npm v3.10.9
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! ng2-inline-editor@0.1.1-alpha.9 postinstall: `typings install`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the ng2-inline-editor@0.1.1-alpha.9 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 ng2-inline-editor 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 ng2-inline-editor
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls ng2-inline-editor
npm ERR! There is likely additional logging output above.
Hello, Trying to install this on a project with Angular 2.1.0 with CLI v1.0.0-beta.19-3 and I am getting an error related to the typings install in the postinstall step.
Thanks