ホームページ >ウェブフロントエンド >jsチュートリアル >EPERM の修正: 操作は許可されていません (...$types.d.ts)
I had an issue running my sveltekit dev server. I kept getting this issue:
EPERM: operation not permitted, stat 'C:\Users\user\Documents\Github\SvelteKit\Goremote Africa\main\.svelte-kit\types\src\routes\$types.d.ts'
Here's how to solve it:
npm cache clean --force
npm config edit
It will open a notepad window/tab.
prefix=C:\Users\user\AppData\Roaming\npm
Save and close the notepad window and run your development server. It should work now:
Happy Hacking!
以上がEPERM の修正: 操作は許可されていません (...$types.d.ts)の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。