-
Notifications
You must be signed in to change notification settings - Fork 1.3k
keep getting error MSB4019 while installing node-sass #2433
Comments
What version of node-sass are you trying to install?
…On Wed., 4 Jul. 2018, 5:29 pm Narasinha, ***@***.***> wrote:
Angular CLI: 6.0.8
Node: 8.11.3
OS: win32 x64
Angular: 5.2.11
... common, compiler, compiler-cli, core, forms
... platform-browser, platform-browser-dynamic, router
Package Version
@angular-devkit/architect 0.6.8 (cli-only)
@angular-devkit/core 0.6.8 (cli-only)
@angular-devkit/schematics 0.6.8 (cli-only)
@schematics/angular 0.6.8 (cli-only)
@schematics/update 0.6.8 (cli-only)
rxjs 5.5.11
typescript 2.7.2
webpack 4.14.0
Not able to install the node-sass .. keep getting error MSB4019.
node-sass\build\src\libsass.vcxproj(20,3): error MSB4019: The imported
project "C:\Microsoft.Cpp.
Default.props" was not found. Confirm that the path in the declaration is
correct, and that the file exists on disk.
Can someone able to help on this?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2433>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAjZWJEpQk7Jg87siLn9JUj6UCDUxN-aks5uDG7ugaJpZM4VCFgP>
.
|
I'm trying to install node-sass 4.9.0 |
Please provide the full install output as a github gist. |
@Narasinha, open Command Prompt as Administrator: [Win+x] -> Command Prompt (Admin) and run the following commands:
then try to install node-sass one more time. |
Or if using VS 2017 , path is "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\Common7\IDE\VC\VCTargets" |
Node v10.15.0 I also facing this issue now. Aldready did. npm install -g --production windows-build-tools Run admin, reinstall, change privillege of msbuild folder etc. Unlucky. This node-sass package is the most common issue when I deploy or migrate the project. If its not the version then dependencies. You have to adjust by ur self just to run npm install. Everytime, so frustrating. |
I was having similar issues when I was using Node |
The @generalov comment worked for me. Just make sure to close all consoles before trying to install node-sass again. |
npm install node-sass |
Angular CLI: 6.0.8
Node: 8.11.3
OS: win32 x64
Angular: 5.2.11
... common, compiler, compiler-cli, core, forms
... platform-browser, platform-browser-dynamic, router
Package Version
@angular-devkit/architect 0.6.8 (cli-only)
@angular-devkit/core 0.6.8 (cli-only)
@angular-devkit/schematics 0.6.8 (cli-only)
@schematics/angular 0.6.8 (cli-only)
@schematics/update 0.6.8 (cli-only)
rxjs 5.5.11
typescript 2.7.2
webpack 4.14.0
Not able to install the node-sass .. keep getting error MSB4019.
node-sass\build\src\libsass.vcxproj(20,3): error MSB4019: The imported project "C:\Microsoft.Cpp.
Default.props" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.
Can someone able to help on this?
The text was updated successfully, but these errors were encountered: