Пробовал invalidate cashe
Удалил папку .idea
Пересоздавал проект
Все равно появляется indexing dependencies и зависает намертво весь Webstorm
{
"name": "qwerty",
"main": "src/app.ts",
"version": "1.0.0",
"private": true,
"dependencies": {
"@nativescript/core": "~8.4.0",
"nativescript-vue": "3.0.0-beta.5"
},
"devDependencies": {
"@nativescript/android": "8.4.0",
"@nativescript/tailwind": "^2.0.1",
"@nativescript/types": "~8.4.0",
"@nativescript/webpack": "~5.0.0",
"@types/node": "~17.0.21",
"tailwindcss": "^3.1.8",
"typescript": "~4.8.4",
"vue": "^3.2.45"
}
}
-
Вопрос задан
-
111 просмотров