Closed haenf closed 1 year ago
npm is looking for the package on registry.npmjs.org
instead of node.pkgreg.com
. The first command you ran should have prevented this and I'm not sure why it didn't (this post might help). But, as a workaround, you can try the following command:
npm i -D @muonw/powertable --@muonw:registry=https://node.pkgreg.com/
Yes, the workaround seems to work okay. Thank you for the quick replay!
Muonw, I have a problem (re)installing PowerTable. I follow the directions explained in your documentation, but I can't get it to work...
In my project map:
This gives me the following error message:
I tried it from the Windows Terminal as administrator and from PowerShell in VS Code on Windows 11 Pro. But no result (except the error message...). When I copy an older version to the
node_modules
map everything works fine, but I like to use the most current version. What is going wrong?