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

Module '../polymer-analyzer/lib/index"' has no exported member 'FsUrlLoader'. Did you mean 'FSUrlLoader' #200

Closed
TvrtkoM opened this issue Apr 21, 2018 · 2 comments

Comments

@TvrtkoM
Copy link

TvrtkoM commented Apr 21, 2018

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?

@TvrtkoM
Copy link
Author

TvrtkoM commented Apr 21, 2018

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

@TimvdLippe
Copy link
Contributor

I am unable to reproduce this issue, so I suppose this has been fixed along the way.

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