I am trying to build my project so i use
yarn build
but every time i use this i get an error :
$ sh scripts/copy-build.sh
mkdir: ../../target/classes: No such file or directory
✅ Copying resources from ../build to ../../target/classes/public
usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file target_file
cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file ... target_directory
error Command failed with exit code 64.
also if i run "yarn info" i get " error received invalid response from npm.
versions i use:
node version : 13.8.0,
npm version : 6.13.7,
yarn version 1.22.0