Site icon 峰哥分享

Angular 7 upgrading npm install operation not permitted issue

errno -4048

I solved the problem by running the following command.
rd/s node_modules\ && del package-lock.json && npm cache clean –force && npm install npm install typescript@3.1.1

Exit mobile version