WICG / virtual-scroller

Other
2k stars 83 forks source link

Deployment script fails on Chrome OS #102

Closed kenchris closed 5 years ago

kenchris commented 6 years ago

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 '' after sed -i makes it work for me

rakina commented 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