Replies: 1 comment 1 reply
-
This would be an issue with your connection and not the install script. When you lose connection the script is still running. Then you try to execute the script again while it is still running. The best approach is to kill the existing running install script before running again. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
OS : Ubuntu , Whenever I am doing yarn build on remote server and connection breaks . Then I login again and do yarn build it says
sudo yarn build --force
Running "uglify:uikit" (uglify) task
Running "cssmin:target" (cssmin) task
Running "cssmin:minify" (cssmin) task
Running "shell:webpackDist" (shell) task
No matches found: "public/js/"
Warning: Command failed: yarn run webpackdist
No matches found: "public/js/"
Used --force, continuing.
Done, but with warnings.
js folder is empty .. Please help
Beta Was this translation helpful? Give feedback.
All reactions