Hello,
I’m trying to install the Angular 2 packages to do the quick start tutorial but I can’t seem to create the packages to start the project . I believe it has something to do creating the typings folder.
Any help you can provide would be greatly appreciated:
Ubuntu server: 16:10
node v4.2.6
npm v3.5.2
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/nodejs', '/usr/bin/npm', 'run', 'typings', 'install' ]
2 info using npm@3.5.2
3 info using node@v4.2.6
4 verbose run-script [ 'pretypings', 'typings', 'posttypings' ]
5 info lifecycle angular2-quickstart@1.0.0~pretypings: angular2-quickstart@1.0.0
6 silly lifecycle angular2-quickstart@1.0.0~pretypings: no script for pretypings, continuing
7 info lifecycle angular2-quickstart@1.0.0~typings: angular2-quickstart@1.0.0
8 verbose lifecycle angular2-quickstart@1.0.0~typings: unsafe-perm in lifecycle true
9 verbose lifecycle angular2-quickstart@1.0.0~typings: PATH: /usr/share/npm/bin/node-gyp-bin:/var/www/html/testing/htdocs/angular/heroes/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
10 verbose lifecycle angular2-quickstart@1.0.0~typings: CWD: /var/www/html/testing/htdocs/angular/heroes
11 silly lifecycle angular2-quickstart@1.0.0~typings: Args: [ '-c', 'typings "install"' ]
12 info lifecycle angular2-quickstart@1.0.0~typings: Failed to exec typings script
13 verbose stack Error: angular2-quickstart@1.0.0 typings: `typings "install"`
13 verbose stack spawn ENOENT
13 verbose stack at ChildProcess.<anonymous> (/usr/share/npm/lib/utils/spawn.js:17:16)
13 verbose stack at emitTwo (events.js:87:13)
13 verbose stack at ChildProcess.emit (events.js:172:7)
13 verbose stack at maybeClose (internal/child_process.js:821:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
14 verbose pkgid angular2-quickstart@1.0.0
15 verbose cwd /var/www/html/testing/htdocs/angular/heroes
16 error Linux 4.4.0-21-generic
17 error argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "typings" "install"
18 error node v4.2.6
19 error npm v3.5.2
20 error file sh
21 error code ELIFECYCLE
22 error errno ENOENT
23 error syscall spawn
24 error angular2-quickstart@1.0.0 typings: `typings "install"`
24 error spawn ENOENT
25 error Failed at the angular2-quickstart@1.0.0 typings script 'typings "install"'.
25 error Make sure you have the latest version of node.js and npm installed.
25 error If you do, this is most likely a problem with the angular2-quickstart package,
25 error not with npm itself.
25 error Tell the author that this fails on your system:
25 error typings "install"
25 error You can get information on how to open an issue for this project with:
25 error npm bugs angular2-quickstart
25 error Or if that isn't available, you can get their info via:
25 error npm owner ls angular2-quickstart
25 error There is likely additional logging output above.
26 verbose exit [ 1, true ]