Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in find and copy folder in Build process " no such file or directory " #29

Open
paladio opened this issue Mar 25, 2022 · 1 comment

Comments

@paladio
Copy link

paladio commented Mar 25, 2022

This project encounters an error during launch or build that causes the entire build process to stop and error, this error is related to the folder src and the process of copying files and indicates that there is no such path while in the structure There is a folder src and inside that folder copy The image below is an error that is displayed continuously !

`
[Error: ENOENT: no such file or directory, scandir 'D:+ Proj+ Mast Boilerplate\build-tool-boilerplate-master'src\copy''] {
errno: -4058,
code: 'ENOENT',
syscall: 'scandir',
path: "D:\+ Proj\+ Mast Boilerplate\build-tool-boilerplate-master\'src\copy'"
}

`

@SunilBDC
Copy link

SunilBDC commented Apr 6, 2022

@paladio I found the solution it is happening because of the single quotes around the path remove a single quote from the path and it should work

Currently, it is :
'src/copy' 'dist'

make it :
src/copy dist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants