I am using @polymer/lit-element for my application.Recently I did npm install
which led to following error
"npm WARN deprecated @polymer/lit-element@0.5.2: @polymer/lit-element has moved to lit-element. Please uninstall this package and install lit-element. See https://www.polymer-project.org/blog/2019-01-11-lit-element-rc".
When I checked my node_modules, the lit-element folder had been deleted from @polymer folder.Is there any way that I can get back my @polymer/lit-element? ( Apart from the point that I have to migrate whole my application to lit-element which sounds tedious )