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

problem to install TurkGaze using windows Cygwin NPM #9

Open
meiyor opened this issue Apr 11, 2020 · 0 comments
Open

problem to install TurkGaze using windows Cygwin NPM #9

meiyor opened this issue Apr 11, 2020 · 0 comments

Comments

@meiyor
Copy link

meiyor commented Apr 11, 2020

Hi all,

I was trying to install TurkGaze in my windows machine using Cygwin, NPM and node.js and it seems i have a problem in the webpack-dev-server.js file. I have installed WebGazer properly but i have this problem with the TurkGaze.

This is output after npm start:

$ npm start

[email protected] start D:\DeepGazeII-papers\TurkerGaze-master
node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js

The CLI moved into a separate package: webpack-cli
Please install 'webpack-cli' in addition to webpack itself to use the CLI
-> When using npm: npm i -D webpack-cli
-> When using yarn: yarn add -D webpack-cli
internal/modules/cjs/loader.js:983
throw err;
^

Error: Cannot find module 'webpack-cli/bin/config-yargs'
Require stack:

  • D:\DeepGazeII-papers\TurkerGaze-master\node_modules\webpack-dev-server\bin\webpack-dev-server.js
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:980:15)
    at Function.Module._load (internal/modules/cjs/loader.js:862:27)
    at Module.require (internal/modules/cjs/loader.js:1042:19)
    at require (internal/modules/cjs/helpers.js:77:18)
    at Object. (D:\DeepGazeII-papers\TurkerGaze-master\node_modules\webpack-dev-server\bin\webpack-dev-server.js:65:1)
    at Module._compile (internal/modules/cjs/loader.js:1156:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1176:10)
    at Module.load (internal/modules/cjs/loader.js:1000:32)
    at Function.Module._load (internal/modules/cjs/loader.js:899:14)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:74:12) {
    code: 'MODULE_NOT_FOUND',
    requireStack: [
    'D:\DeepGazeII-papers\TurkerGaze-master\node_modules\webpack-dev-server\bin\webpack-dev-server.js'
    ]
    }
    npm ERR! code ELIFECYCLE
    npm ERR! errno 1
    npm ERR! [email protected] start: node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js
    npm ERR! Exit status 1
    npm ERR!
    npm ERR! Failed at the [email protected] start script.
    npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Usuario\AppData\Roaming\npm-cache_logs\2020-04-11T19_20_59_742Z-debug.log

Hope you can help me with this!

Thank you very much!!

JMM

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

1 participant