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

Devkit strange behavior with jsio #273

Open
clarxor opened this issue Dec 23, 2016 · 0 comments
Open

Devkit strange behavior with jsio #273

clarxor opened this issue Dec 23, 2016 · 0 comments

Comments

@clarxor
Copy link

clarxor commented Dec 23, 2016

Using whackamole for reference here.

If you follow the instructions from the website 'Quick start- Game walkthrough' and execute the following steps-

  1. Clone from the whackamole repo
  2. Change directory to whackamole
  3. Run devkit install

-it seems to produce a fatal error involving the jsio module.

`$ devkit install
(node:4684) DeprecationWarning: 'GLOBAL' is deprecated, use 'global'
[install] Installing [email protected]...
Adding [email protected]
[module] set version [email protected]
[install] Copying C:\ucsd\whackthatmole\modules
[cache] installing devkit-core at C:\ucsd\whackthatmole\modules\devkit-core
[module] running install scripts...
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

[email protected] preinstall C:\ucsd\whackthatmole\modules\devkit-core
sh scripts/preinstall.sh

Synchronizing submodule url for 'modules/native-android'
Synchronizing submodule url for 'modules/native-ios'
Synchronizing submodule url for 'modules/squill'
Synchronizing submodule url for 'modules/timestep'
Synchronizing submodule url for 'node_modules/jsio'
fatal: destination path 'C:/UCSD/whackthatmole/modules/devkit-core/node_modules/jsio' already exists and is not an empty directory.
fatal: clone of 'https://github.com/gameclosure/js.io' into submodule path 'C:/UCSD/whackthatmole/modules/devkit-core/node_modules/js io' failed
Failed to clone 'node_modules/jsio'. Retry scheduled
fatal: destination path 'C:/UCSD/whackthatmole/modules/devkit-core/node_modules/jsio' already exists and is not an empty directory.
fatal: clone of 'https://github.com/gameclosure/js.io' into submodule path 'C:/UCSD/whackthatmole/modules/devkit-core/node_modules/js io' failed
Failed to clone 'node_modules/jsio' a second time, aborting

I'm on windows 10 using git bash admin privileges. After this error I simply delete the jsio module and run npm install in the directory to fix it. However I was wondering if this was intentional/unintentional behavior, or even maybe a mistake on my part.

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