Error starting Ultima-Ng

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
oburlijr
Posts: 1
Joined: 28 Jul 2016, 17:34

12 Dec 2016, 22:06

I'm getting this error when starting ultima-ng:

Node.js: v6.9.1
npm: 3.10.8

The angular is going with the version specified in package.json, i just run npm install to get the components.

Code: Select all

0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli   '/usr/local/bin/npm',
1 verbose cli   'run',
1 verbose cli   'webpack-dev-server' ]
2 info using npm@3.10.8
3 info using node@v6.9.1
4 verbose run-script [ 'prewebpack-dev-server',
4 verbose run-script   'webpack-dev-server',
4 verbose run-script   'postwebpack-dev-server' ]
5 info lifecycle primeng-ultima@1.0.3~prewebpack-dev-server: primeng-ultima@1.0.3
6 silly lifecycle primeng-ultima@1.0.3~prewebpack-dev-server: no script for prewebpack-dev-server, continuing
7 info lifecycle primeng-ultima@1.0.3~webpack-dev-server: primeng-ultima@1.0.3
8 verbose lifecycle primeng-ultima@1.0.3~webpack-dev-server: unsafe-perm in lifecycle true
9 verbose lifecycle primeng-ultima@1.0.3~webpack-dev-server: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/orlando/Downloads/ultima-ng-1.0.3/node_modules/.bin:/Users/orlando/.rbenv/shims:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/orlando/Documents/java/utils/apache-maven-3.3.9/bin
10 verbose lifecycle primeng-ultima@1.0.3~webpack-dev-server: CWD: /Users/orlando/Downloads/ultima-ng-1.0.3
11 silly lifecycle primeng-ultima@1.0.3~webpack-dev-server: Args: [ '-c', 'webpack-dev-server --inline' ]
12 silly lifecycle primeng-ultima@1.0.3~webpack-dev-server: Returned: code: 1  signal: null
13 info lifecycle primeng-ultima@1.0.3~webpack-dev-server: Failed to exec webpack-dev-server script
14 verbose stack Error: primeng-ultima@1.0.3 webpack-dev-server: `webpack-dev-server --inline`
14 verbose stack Exit status 1
14 verbose stack     at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:255:16)
14 verbose stack     at emitTwo (events.js:106:13)
14 verbose stack     at EventEmitter.emit (events.js:191:7)
14 verbose stack     at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:40:14)
14 verbose stack     at emitTwo (events.js:106:13)
14 verbose stack     at ChildProcess.emit (events.js:191:7)
14 verbose stack     at maybeClose (internal/child_process.js:877:16)
14 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
15 verbose pkgid primeng-ultima@1.0.3
16 verbose cwd /Users/orlando/Downloads/ultima-ng-1.0.3
17 error Darwin 16.1.0
18 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "webpack-dev-server"
19 error node v6.9.1
20 error npm  v3.10.8
21 error code ELIFECYCLE
22 error primeng-ultima@1.0.3 webpack-dev-server: `webpack-dev-server --inline`
22 error Exit status 1
23 error Failed at the primeng-ultima@1.0.3 webpack-dev-server script 'webpack-dev-server --inline'.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the primeng-ultima package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error     webpack-dev-server --inline
23 error You can get information on how to open an issue for this project with:
23 error     npm bugs primeng-ultima
23 error Or if that isn't available, you can get their info via:
23 error     npm owner ls primeng-ultima
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]

User avatar
DarthMaul
Posts: 582
Joined: 23 Nov 2015, 21:20

13 Dec 2016, 23:01

Hi,

Try adding this to package.json and npm install again.

Code: Select all

"dependencies": {
   "@angular/common": "~2.1.1",
   "@angular/compiler": "~2.1.1",
   "@angular/core": "~2.1.1",
   "@angular/forms": "~2.1.1",
   "@angular/http": "~2.1.1",
   "@angular/platform-browser": "~2.1.1",
   "@angular/platform-browser-dynamic": "~2.1.1",
   "@angular/router": "~3.1.1",
   "@angular/upgrade": "~2.1.1",
   "angular-in-memory-web-api": "~0.1.13",
   "core-js": "^2.4.1",
   "reflect-metadata": "^0.1.8",
   "rxjs": "5.0.0-beta.12",
   "systemjs": "0.19.39",
   "zone.js": "^0.6.25"
},

Post Reply

Return to “Ultima - PrimeNG”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 6 guests