天蓬老师2017-04-17 16:26:06
If you can’t modify and save before, it means you don’t have permission to write to the c drive
PHP中文网2017-04-17 16:26:06
My node is installed on the c drive, and my settings do not have permission to write to the c drive, so the projects on the c drive cannot be modified.
No matter which drive the project is on, when node is installed on the c drive, if the project needs to install the package, npm needs to be installed with administrator permissions.
The project is placed on a drive other than the c drive. The steps to create the project are: enter the upper-level directory where the project is located, and then
Then you can run it through npm run dev.