really-need icon indicating copy to clipboard operation
really-need copied to clipboard

Does not work on Node 5.4

Open bahmutov opened this issue 9 years ago • 2 comments

Seems the internal code has changed. Need to at least allow some features to work, like busting the require cache

bahmutov avatar Jan 29 '16 19:01 bahmutov

Seems to be broken on 4.4 and 4.3 as well.

karrots avatar Mar 15 '16 04:03 karrots

Try using https://github.com/VictorBjelkholm/autochecker to figure out which Node v8 engines are changed. Seems autochecker has a problem since it runs from alpine docker images that do NOT have git tool - and this project uses pre-git

0.12    | pre-git 3.8.3 in /usr/src/app/node_modules/pre-git
0.12    | /bin/sh: git: not found
0.12    | Could not find git repo in /usr/src/app/node_modules/.git

bahmutov avatar Apr 13 '16 15:04 bahmutov