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
asFiles errors if the package.json contains scoped packages, e.g. in my case
asFiles
"dependencies": { "@angular/animations": "~4.2.0" }
the moduleName evaluates to "@angular/[email protected]" and the outFileName to "angular/animations4.2.6-LICENSE.txt" respectively.
moduleName
"@angular/[email protected]"
outFileName
"angular/animations4.2.6-LICENSE.txt"
As the angular subfolder in the outDir does not get generated I end up getting this error:
angular
outDir
Error: ENOENT: no such file or directory, open 'output/angular/animations4.2.6-LICENSE.txt'
The text was updated successfully, but these errors were encountered:
6c5274c
Fixed in [email protected]
[email protected]
Sorry, something went wrong.
No branches or pull requests
asFiles
errors if the package.json contains scoped packages, e.g. in my casethe
moduleName
evaluates to"@angular/[email protected]"
and theoutFileName
to"angular/animations4.2.6-LICENSE.txt"
respectively.As the
angular
subfolder in theoutDir
does not get generated I end up getting this error:Error: ENOENT: no such file or directory, open 'output/angular/animations4.2.6-LICENSE.txt'
The text was updated successfully, but these errors were encountered: