Closed kenchris closed 5 years ago
Closing this as this is related to the virtual-scroller
prototype implementation and we intend to make this repository focus on the standards side of it. See also: https://github.com/valdrinkoshi/virtual-scroller/issues/158#issuecomment-480913127
Running Termina (Chrome OS VM Container):
This is the command that fails
+find node_modules/$repo -name '*.js' -exec sed -i '' 's/node_modules\//components\//g' {} \;
Removing the
''
aftersed -i
makes it work for me