Polymer / polymer

Our original Web Component library.
https://polymer-library.polymer-project.org/
BSD 3-Clause "New" or "Revised" License
22.05k stars 2.01k forks source link

Uncaught TypeError: Error resolving module specifier “@polymer/polymer/lib/legacy/polymer-fn.js”. Relative module specifiers must start with “./”, “../” or “/”. #5681

Open fkhan698 opened 3 years ago

fkhan698 commented 3 years ago

I have been going through the process of upgrading my project from Polymer 2 to 3.0. Currently I am able to get my components to load if I run polymer serve. However, I am needing to actually build the project using IIS Express. Whenever I run the project it gives me the error: Uncaught TypeError: Error resolving module specifier “@polymer/polymer/lib/legacy/polymer-fn.js”. Relative module specifiers must start with “./”, “../” or “/”. The file that it is pointing to is iron-selector.js. I'm not too sure what that file does with my current project

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.