#tauri-plugin-window-state-api problem
21 messages · Page 1 of 1 (latest)
is it still in your package.json file?
yes
I can just delete it from this file ot I need do it weith some terminal command?
I thought about flatted
if you re-run npm install (without any dependencies behind that), does it give you any errors?
hmm, that's fine
can you post the dependency list from your package.json file here so i can try to reproduce it?
I guess I need to delete flatted library, but how to do it correctly?
"@tauri-apps/api": "^1.5.1",
"axios": "^1.6.2",
"flatted": "^3.2.9",
"lightweight-charts": "^4.1.1",
"node-binance-api": "^0.13.1",
"ws": "^8.14.2"
},```
remove it from package.json and re-run npm install
makes no sense that it would cause the issue
yeah, there you have it. The plugin is not listed there
so of course it complains that it can't find it.
but why it's happened ? I changed nothing in it
well, it can't just disappear
i assume you removed it somehow a few days/weeks ago and this was the first time you ran npm install again.
for context npm install flatted runs the same cleanup as npm install does, so it checks the full dependencies list and removes unneeded stuff from the node_modules folder