UniversalViewer/uv-hello-world

"npm i" not finishing successfully

Closed this issue · 3 comments

I'm getting this error when I'm running "npm i":

npm WARN lifecycle uv-hello-world@1.0.0~postinstall: cannot run in wd %s %s (wd=%s) uv-hello-world@1.0.0 rm -rf uv && cp -R node_modules/universalviewer/uv uv /root/uv-hello-world

If I just run "cp -R node_modules/universalviewer/uv uv" by hand in /root/uv-hello-world, then it works fine.

I've pushed a change to use rimraf instead of rm -rf (have noticed permissions errors with that before). Does that help?

Sorry for the delay, Edward. Thanks for that. Much better!