We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 [email protected]: The platform "win32" is incompatible with this module. info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... warning " > [email protected]" has unmet peer dependency "better-console@*". warning " > [email protected]" has unmet peer dependency "del@*". warning " > [email protected]" has unmet peer dependency "extend@*". warning " > [email protected]" has unmet peer dependency "gulp@*". warning " > [email protected]" has unmet peer dependency "gulp-autoprefixer@*". warning " > [email protected]" has unmet peer dependency "gulp-chmod@*". warning " > [email protected]" has unmet peer dependency "gulp-clean-css@*". warning " > [email protected]" has unmet peer dependency "gulp-clone@*". warning " > [email protected]" has unmet peer dependency "gulp-concat@*". warning " > [email protected]" has unmet peer dependency "gulp-concat-css@*". warning " > [email protected]" has unmet peer dependency "gulp-copy@*". warning " > [email protected]" has unmet peer dependency "gulp-dedupe@*". warning " > [email protected]" has unmet peer dependency "gulp-flatten@*". warning " > [email protected]" has unmet peer dependency "gulp-header@*". warning " > [email protected]" has unmet peer dependency "gulp-help@*". warning " > [email protected]" has unmet peer dependency "gulp-if@*". warning " > [email protected]" has unmet peer dependency "gulp-less@*". warning " > [email protected]" has unmet peer dependency "gulp-notify@*". warning " > [email protected]" has unmet peer dependency "gulp-plumber@*". warning " > [email protected]" has unmet peer dependency "gulp-print@*". warning " > [email protected]" has unmet peer dependency "gulp-rename@*". warning " > [email protected]" has unmet peer dependency "gulp-replace@*". warning " > [email protected]" has unmet peer dependency "gulp-rtlcss@*". warning " > [email protected]" has unmet peer dependency "gulp-uglify@*". warning " > [email protected]" has unmet peer dependency "gulp-util@*". warning " > [email protected]" has unmet peer dependency "gulp-watch@*". warning " > [email protected]" has unmet peer dependency "map-stream@*". warning " > [email protected]" has unmet peer dependency "require-dot-file@*". warning " > [email protected]" has unmet peer dependency "run-sequence@*". warning " > [email protected]" 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
The text was updated successfully, but these errors were encountered:
Hi, @rmirabelle , thanks for your report.
I don't a windows environment right now, give me some time and let me dig in.
Sorry, something went wrong.
No branches or pull requests
Right out of the box, yarn install fails
The text was updated successfully, but these errors were encountered: