asked in NodeJS by (0 points)

Ada yang pernah mengalami ini saat eksekusi npm install di windows?

MSB4019: The imported project "C:\Microsoft.Cpp.Default.props" was not found. C onfirm that the path in the <Import> declaration is correct, and that the file exists on disk.
saya udah mencoba untuk research dan mendapat referensi untuk menginstall windows build tools dengan

npm install --global --production windows-build-tools tetpi masih belum resolved, mohon bantuannya

1 Answer

answered by (0 points)
commented by (0 points)
that's same reference what i did before, but problem still not resolved
commented by (0 points)
have you try to use admin privilages to install it?
commented by (0 points)
yes i try, but still didn't work
...