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
I'm getting the error in title when trying to run the following code:
import {PolymerProject} from 'polymer-build'; const project = new PolymerProject({ root: "src/html-modules" });
package.json deps:
"dependencies": { "polymer-build": "^2.5.0", "typescript": "^2.8.3" }
-> % ./node_modules/.bin/tsc -v Version 2.8.3
tsconfig:
{ "compilerOptions": { "target": "es5", "lib": [ "es2016", "es2017", "esnext.asynciterable" ], "module": "commonjs", "rootDir": "src", "outDir": "lib" }, "include": [ "src/**/*" ] }
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
I fixed it with npm i --save polymer-build@3.0.0-pre.13. Strange dependency with analyzer on version 2.5.0 of polymer-build
npm i --save polymer-build@3.0.0-pre.13
Sorry, something went wrong.
I am unable to reproduce this issue, so I suppose this has been fixed along the way.
No branches or pull requests
I'm getting the error in title when trying to run the following code:
package.json deps:
tsconfig:
What am I doing wrong?
The text was updated successfully, but these errors were encountered: