We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm using this command: ngm build -p src --clean
ngm build -p src --clean
But it fail to clean the dist folder properly because I have this error : ENOENT: no such file or directory, open 'src/dist/package.json'
ENOENT: no such file or directory, open 'src/dist/package.json'
Here the full log:
ng2-dashboard jaumard$ npm run ngm > [email protected] ngm /Users/jaumard/LISAProjects/ng2-dashboard > ngm build -p src --clean [18:38:30] Clean dist folders [started] [18:38:30] Cleaning src/dist [started] [18:38:30] Cleaning src/dist [completed] [18:38:30] Cleaning src/dist [started] [18:38:30] Cleaning src/dist [completed] [18:38:30] Clean dist folders [completed] [18:38:30] Copy md files and license [started] [18:38:30] Copy md files and license [completed] [18:38:30] Build package.json files [started] [18:38:30] Build package.json files [failed] [18:38:30] → ENOENT: no such file or directory, open 'src/dist/package.json' ENOENT: no such file or directory, open 'src/dist/package.json'
If I look the dist folder package.json is still here with LICENSE and README.md. If I delete them then it works great.
I'm using node v7.9.0 on Mac OS X
Thanks for this module, it save me a lot of trouble packing my module ! :D
The text was updated successfully, but these errors were encountered:
Any idea of what is causing that ?
Sorry, something went wrong.
No branches or pull requests
Hi,
I'm using this command:
ngm build -p src --clean
But it fail to clean the dist folder properly because I have this error :
ENOENT: no such file or directory, open 'src/dist/package.json'
Here the full log:
If I look the dist folder package.json is still here with LICENSE and README.md. If I delete them then it works great.
I'm using node v7.9.0 on Mac OS X
Thanks for this module, it save me a lot of trouble packing my module ! :D
The text was updated successfully, but these errors were encountered: