rogersanick / rubikscubesolver

an interactive rubiks cube visualization to help students understand the basics of algorithmic design, react vr and promises
29 stars 29 forks source link

Failed at the rubikscube@1.0.0 react-dev script. #1

Closed mburakerman closed 1 year ago

mburakerman commented 5 years ago

after npm install, i run npm run react-dev and get this error. get this error



rubikscube@1.0.0 react-dev C:\Users\ZeroPC\Desktop\rubikscubesolver-master webpack -d --watch

'webpack' is not recognized as an internal or external command, operable program or batch file. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! rubikscube@1.0.0 react-dev: webpack -d --watch npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the rubikscube@1.0.0 react-dev 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\ZeroPC\AppData\Roaming\npm-cache_logs\2018-08-28T12_27_04_561Z-debug.log

mburakerman commented 5 years ago

i thought this is could be webpack issue then installed webpack and webpack-cli globally and then get this error; after installing webpack globally

do you have any idea why? thank you!


WARNING in ./client/src/firebaseConfig.js There are multiple modules with names that only differ in casing. This can lead to unexpected behavior when compiling on a filesystem with other case-semantic. Use equal casing. Compare these module identifiers:

rogersanick commented 5 years ago

Hey mburakerman, thanks for reaching out! Hope I can help.

Couple of questions:

  1. The new error appears to only be a warning, are you still unable to compile?
  2. Which OS are you on?
  3. JIC - which version of node are you using? (try node -v in the console).

I'm sure we can get this working for you. Here's a link to an article with some info that might be helpful. Let me know about these questions and I'm happy to help out.