question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Installation] Gulp install fails on missing 'wrench' dependency for SUI 2.2.8

See original GitHub issue

Hi,

First of all huge thanks for the 2.2.8 rollout! Amazing job!

I’ve found that there’s a wrench dependency missing when doing gulp install.

Easy workaround would be to do a npm install --save wrench right after npm install fails at gulp install point.

Installing wrench globally doesnt work for some reason.

I am building SUI on Win 10. npm version 3.10.10, node version v6.9.5

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:7
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
jaimehingcommented, Feb 21, 2017

Is “adding wrench” as a dependency in the package the fix for this or wrench will be replaced since it’s already deprecated?

+1 on your temporary fix @andreyvk. thanks!

1reaction
awgvcommented, Feb 21, 2017

The author of Wrench actually posted about it a few hours ago: https://github.com/Semantic-Org/Semantic-UI/issues/3404#issuecomment-281388078

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot find module 'wrench', I'm getting this error, when i run ...
Run npm install --save-dev wrench . Sometimes deleting the node_modules folder and running npm install fixes these kinds of error.
Read more >
Npm install error(fails) - M220JS - MongoDB
Hi , I downloaded the mflix-js project and used npm install and it ... like changing package.json dependencies to " * " ,...
Read more >
Package List — Spack 0.20.0.dev0 documentation
This is a list of things you can install using Spack. It is automatically generated based on the packages in this Spack version....
Read more >
ts-node - npm
This error is thrown by node when a module is require() d, but node believes it should execute as native ESM. This can...
Read more >
How to Solve the Global npm Module Dependency Problem
Joe Zimmermann details the problems that can arise when your project depends on globally installed npm modules, as well as what you can...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found