-
Notifications
You must be signed in to change notification settings - Fork 72
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
compute-baseline: incomplete import statements? #967
Comments
This is a consequence of using I think the steps to fix this are:
|
@tidoust can you check if v0.8.1 works for you? |
v0.8.1 is Testing compute-baseline by creating a dependency on a local folder with the latest version of the code in the web-features repository, I still have an import problem:
That's triggered by These import statements need something like |
Opened #1051 to fix the BCD import. |
Right... I got myself confused because I saw the hopeful fix for this in the list of changes for web-features. |
The NPM
compute-baseline
package does not work on my machine. Node.js complains about import statements withERR_MODULE_NOT_FOUND
errors. As far as I can tell, that's because the import statements in the package do not specify the filename extensions whereas that's mandatory. Also, there's an attempt to import a directory, which is not supported either.The text was updated successfully, but these errors were encountered: