Skip to content

Instantly share code, notes, and snippets.

@lmeunier
Created March 28, 2019 11:20
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save lmeunier/7c85a6a5a5ab7ecd94e0ee95e55dc9c1 to your computer and use it in GitHub Desktop.
laurent ~/_tmp/cozy-drive $ node -v
v8.11.3
laurent ~/_tmp/cozy-drive $ yarn install
yarn install v1.6.0
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@1.2.7: The platform "linux" is incompatible with this module.
info "fsevents@1.2.7" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
warning " > babel-core@7.0.0-bridge.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "cozy-bar > enzyme-to-json@3.3.5" has incorrect peer dependency "enzyme@^3.0.0".
warning "cozy-bar > piwik-react-router@0.12.1" has unmet peer dependency "history@^3.0.0 || ^4.0.0".
warning " > cozy-client-js@0.13.0" has unmet peer dependency "babel-polyfill@^6.26.0".
warning "cozy-konnector-libs > cozy-client-js@0.9.0" has unmet peer dependency "babel-polyfill@^6.26.0".
warning "cozy-scripts > vue-jest@3.0.2" has unmet peer dependency "vue@^2.x".
warning "cozy-scripts > vue-jest@3.0.2" has unmet peer dependency "vue-template-compiler@^2.x".
warning " > cozy-ui@19.3.1" has unmet peer dependency "@material-ui/core@3.9.2".
warning " > cozy-ui@19.3.1" has incorrect peer dependency "preact@^8.3.1".
warning " > cozy-ui@19.3.1" has incorrect peer dependency "react@^16.6.3".
warning " > cozy-ui@19.3.1" has incorrect peer dependency "react-dom@^16.5.2".
warning " > piwik-react-router@0.8.2" has unmet peer dependency "history@^3.0.0 || ^4.0.0".
warning "react-pdf > pdfjs-dist@2.0.305" has unmet peer dependency "webpack@^2.0.0 || ^3.0.0".
warning "react-pdf > pdfjs-dist > worker-loader@1.1.1" has unmet peer dependency "webpack@^2.0.0 || ^3.0.0 || ^4.0.0".
warning "eslint-config-cozy-app > eslint-plugin-vue@4.7.1" has incorrect peer dependency "eslint@^3.18.0 || ^4.0.0".
warning " > eslint-config-prettier@3.1.0" has unmet peer dependency "eslint@>=3.14.1".
[4/4] Building fresh packages...
Done in 45.67s.
laurent ~/_tmp/cozy-drive $ yarn genicon:drive:mobile
yarn run v1.6.0
$ (cd src/drive/targets/mobile && rm -Rf ./res/icons ./res/screens && splashicon-generator --imagespath='./res/model' && cp res/model/splash.png res/screens/ios/Default@2x~universal~anyany.png)
Checking Splash & Icon
✓ res/model/icon.png exists
✓ res/model/splash.png exists
Generating Icons for ios
events.js:183
throw er; // Unhandled 'error' event
^
Error: spawn convert ENOENT
at _errnoException (util.js:992:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:190:19)
at onErrorNT (internal/child_process.js:372:16)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment