Open rmirabelle opened 6 years ago
Right out of the box, yarn install fails
Microsoft Windows [Version 10.0.17134.48] Robert@CORSAIRONE D:\Sites\react $ git clone https://github.com/semantic-ui-forest/forest-themes.git Cloning into 'forest-themes'... remote: Counting objects: 4191, done. remote: Total 4191 (delta 0), reused 0 (delta 0), pack-reused 4191R Receiving objects: 100% (4191/4191), 3.99 MiB | 1.47 MiB/s, done. Resolving deltas: 100% (1775/1775), done. Robert@CORSAIRONE D:\Sites\react $ cd forest-themes Robert@CORSAIRONE D:\Sites\react\forest-themes $ yarn install yarn install v1.6.0 (node:71120) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@1.1.3: The platform "win32" is incompatible with this module. info "fsevents@1.1.3" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... warning " > semantic-ui@2.3.0" has unmet peer dependency "better-console@*". warning " > semantic-ui@2.3.0" has unmet peer dependency "del@*". warning " > semantic-ui@2.3.0" has unmet peer dependency "extend@*". warning " > semantic-ui@2.3.0" has unmet peer dependency "gulp@*". warning " > semantic-ui@2.3.0" has unmet peer dependency "gulp-autoprefixer@*". warning " > semantic-ui@2.3.0" has unmet peer dependency "gulp-chmod@*". warning " > semantic-ui@2.3.0" has unmet peer dependency "gulp-clean-css@*". warning " > semantic-ui@2.3.0" has unmet peer dependency "gulp-clone@*". warning " > semantic-ui@2.3.0" has unmet peer dependency "gulp-concat@*". warning " > semantic-ui@2.3.0" has unmet peer dependency "gulp-concat-css@*". warning " > semantic-ui@2.3.0" has unmet peer dependency "gulp-copy@*". warning " > semantic-ui@2.3.0" has unmet peer dependency "gulp-dedupe@*". warning " > semantic-ui@2.3.0" has unmet peer dependency "gulp-flatten@*". warning " > semantic-ui@2.3.0" has unmet peer dependency "gulp-header@*". warning " > semantic-ui@2.3.0" has unmet peer dependency "gulp-help@*". warning " > semantic-ui@2.3.0" has unmet peer dependency "gulp-if@*". warning " > semantic-ui@2.3.0" has unmet peer dependency "gulp-less@*". warning " > semantic-ui@2.3.0" has unmet peer dependency "gulp-notify@*". warning " > semantic-ui@2.3.0" has unmet peer dependency "gulp-plumber@*". warning " > semantic-ui@2.3.0" has unmet peer dependency "gulp-print@*". warning " > semantic-ui@2.3.0" has unmet peer dependency "gulp-rename@*". warning " > semantic-ui@2.3.0" has unmet peer dependency "gulp-replace@*". warning " > semantic-ui@2.3.0" has unmet peer dependency "gulp-rtlcss@*". warning " > semantic-ui@2.3.0" has unmet peer dependency "gulp-uglify@*". warning " > semantic-ui@2.3.0" has unmet peer dependency "gulp-util@*". warning " > semantic-ui@2.3.0" has unmet peer dependency "gulp-watch@*". warning " > semantic-ui@2.3.0" has unmet peer dependency "map-stream@*". warning " > semantic-ui@2.3.0" has unmet peer dependency "require-dot-file@*". warning " > semantic-ui@2.3.0" has unmet peer dependency "run-sequence@*". warning " > semantic-ui@2.3.0" has unmet peer dependency "yamljs@*". [4/4] Building fresh packages... [1/1] ⠁ semantic-ui: gulp[71240]: src\node_contextify.cc:628: Assertion `args[1]->IsString()' failed. [-/1] ⠁ waiting... [-/1] ⠁ waiting... [-/1] ⠁ waiting... error D:\Sites\react\forest-themes\node_modules\semantic-ui: Command failed. Exit code: 134 Command: gulp install Arguments: Directory: D:\Sites\react\forest-themes\node_modules\semantic-ui Output: gulp[71240]: src\node_contextify.cc:628: Assertion `args[1]->IsString()' failed. 1: node::DecodeWrite 2: node::DecodeWrite 3: uv_loop_fork 4: v8::internal::interpreter::BytecodeDecoder::Decode 5: v8::internal::RegExpImpl::Exec
Hi, @rmirabelle , thanks for your report.
I don't a windows environment right now, give me some time and let me dig in.
Right out of the box, yarn install fails