• 1400/09/06

خطا در نصب node sass :

سلام استاد بعد از تایپ کدnpm install -g node-sass به من خطای زیر رو نشون میده .راه حل چیه  استاد؟

PowerShell 7.2.0

Copyright (c) Microsoft Corporation.

 

https://aka.ms/powershell

Type 'help' to get help.

 

PS C:\Users\Norouzi_a\PhpstormProjects\untitled> npm init --yes

Wrote to C:\Users\Norouzi_a\PhpstormProjects\untitled\package.json:

 

{

 "name": "untitled",

 "version": "1.0.0",

 "description": "",

 "main": "index.js",

 "scripts": {

   "test": "echo \"Error: no test specified\" && exit 1"

 },

 "keywords": [],

 "author": "",

PS C:\Users\Norouzi_a\PhpstormProjects\untitled> npm install -g node-sass

npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.

npm WARN deprecated har-validator@5.1.5: this library is no longer supported

npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142

npm notice

npm notice New patch version of npm available! 8.1.2 -> 8.1.4

npm notice Changelog: https://github.com/npm/cli/releases/tag/v8.1.4

npm notice Run npm install -g npm@8.1.4 to update!

npm notice  

npm ERR! code 1

npm ERR! path C:\Users\Norouzi_a\AppData\Roaming\npm\node_modules\node-sass

npm ERR! command failed

npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node scripts/build.js

npm ERR! Building: C:\Program Files\nodejs\node.exe C:\Users\Norouzi_a\AppData\Roaming\npm\node_modules\node-sass\node_modules\node-gyp\bin\node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=

npm ERR! gyp info it worked if it ends with ok

npm ERR! gyp verb cli [

npm ERR! gyp verb cli   'C:\\Program Files\\nodejs\\node.exe',

npm ERR! gyp verb cli   'C:\\Users\\Norouzi_a\\AppData\\Roaming\\npm\\node_modules\\node-sass\\node_modules\\node-gyp\\bin\\node-gyp.js',

npm ERR! gyp verb cli   'rebuild',

npm ERR! gyp verb cli   '--verbose',

npm ERR! gyp verb cli   '--libsass_ext=',

npm ERR! gyp verb cli   '--libsass_cflags=',

npm ERR! gyp verb cli   '--libsass_ldflags=',

npm ERR! gyp verb cli   '--libsass_library='

npm ERR! gyp verb cli ]

npm ERR! gyp info using node-gyp@7.1.2

npm ERR! gyp info using node@17.1.0 | win32 | x64

npm ERR! gyp verb command rebuild []

npm ERR! gyp verb command clean []

npm ERR! gyp verb clean removing "build" directory

npm ERR! gyp verb command configure []

npm ERR! gyp verb find Python Python is not set from command line or npm configuration

npm ERR! gyp verb find Python Python is not set from environment variable PYTHON

npm ERR! gyp verb find Python checking if "python3" can be used

npm ERR! gyp verb find Python - executing "python3" to get executable path

npm ERR! gyp verb find Python - "python3" is not in PATH or produced an error

npm ERR! gyp verb find Python checking if "python" can be used

npm ERR! gyp verb find Python - executing "python" to get executable path

npm ERR! gyp verb find Python - "python" is not in PATH or produced an error

npm ERR! gyp verb find Python checking if "python2" can be used

npm ERR! gyp verb find Python - executing "python2" to get executable path

npm ERR! gyp verb find Python - "python2" is not in PATH or produced an error

npm ERR! gyp verb find Python checking if Python is C:\Python37\python.exe

npm ERR! gyp verb find Python - executing "C:\Python37\python.exe" to get version

npm ERR! gyp verb find Python - "C:\Python37\python.exe" could not be run

npm ERR! gyp verb find Python checking if Python is C:\Python27\python.exe

npm ERR! gyp verb find Python - executing "C:\Python27\python.exe" to get version

npm ERR! gyp verb find Python - "C:\Python27\python.exe" could not be run

npm ERR! gyp verb find Python checking if the py launcher can be used to find Python

npm ERR! gyp verb find Python - executing "py.exe" to get Python executable path

npm ERR! gyp verb find Python - "py.exe" is not in PATH or produced an error

npm ERR! gyp ERR! find Python

npm ERR! gyp ERR! find Python Python is not set from command line or npm configuration

npm ERR! gyp ERR! find Python Python is not set from environment variable PYTHON

npm ERR! gyp ERR! find Python checking if "python3" can be used

npm ERR! gyp ERR! find Python - "python3" is not in PATH or produced an error

npm ERR! gyp ERR! find Python checking if "python" can be used

npm ERR! gyp ERR! find Python - "python" is not in PATH or produced an error

npm ERR! gyp ERR! find Python checking if "python2" can be used

npm ERR! gyp ERR! find Python - "python2" is not in PATH or produced an error

npm ERR! gyp ERR! find Python checking if Python is C:\Python37\python.exe

npm ERR! gyp ERR! find Python - "C:\Python37\python.exe" could not be run

npm ERR! gyp ERR! find Python checking if Python is C:\Python27\python.exe

npm ERR! gyp ERR! find Python - "C:\Python27\python.exe" could not be run

npm ERR! gyp ERR! find Python checking if the py launcher can be used to find Python

npm ERR! gyp ERR! find Python - "py.exe" is not in PATH or produced an error

npm ERR! gyp ERR! find Python

npm ERR! gyp ERR! find Python **********************************************************

npm ERR! gyp ERR! find Python You need to install the latest version of Python.

npm ERR! gyp ERR! find Python Node-gyp should be able to find and use Python. If not,

npm ERR! gyp ERR! find Python you can try one of the following options:

npm ERR! gyp ERR! find Python - Use the switch --python="C:\Path\To\python.exe"

npm ERR! gyp ERR! find Python   (accepted by both node-gyp and npm)

npm ERR! gyp ERR! find Python - Set the environment variable PYTHON

npm ERR! gyp ERR! find Python - Set the npm configuration variable python:

npm ERR! gyp ERR! find Python   npm config set python "C:\Path\To\python.exe"

npm ERR! gyp ERR! find Python For more information consult the documentation at:

npm ERR! gyp ERR! find Python https://github.com/nodejs/node-gyp#installation

npm ERR! gyp ERR! find Python **********************************************************

npm ERR! gyp ERR! find Python

npm ERR! gyp ERR! configure error

npm ERR! gyp ERR! stack Error: Could not find any Python installation to use

npm ERR! gyp ERR! stack     at PythonFinder.fail (C:\Users\Norouzi_a\AppData\Roaming\npm\node_modules\node-sass\node_modules\node-gyp\lib\find-python.js:302:47)      

npm ERR! gyp ERR! stack     at PythonFinder.runChecks (C:\Users\Norouzi_a\AppData\Roaming\npm\node_modules\node-sass\node_modules\node-gyp\lib\find-python.js:136:21)npm ERR! gyp ERR! stack     at PythonFinder.<anonymous> (C:\Users\Norouzi_a\AppData\Roaming\npm\node_modules\node-sass\node_modules\node-gyp\lib\find-python.js:200:18)

npm ERR! gyp ERR! stack     at PythonFinder.execFileCallback (C:\Users\Norouzi_a\AppData\Roaming\npm\node_modules\node-sass\node_modules\node-gyp\lib\find-python.js:266:16)

npm ERR! gyp ERR! stack     at exithandler (node:child_process:404:5)

npm ERR! gyp ERR! stack     at ChildProcess.errorhandler (node:child_process:416:5)

npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:390:28)

npm ERR! gyp ERR! stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:288:12)

npm ERR! gyp ERR! stack     at onErrorNT (node:internal/child_process:475:16)

npm ERR! gyp ERR! stack     at processTicksAndRejections (node:internal/process/task_queues:83:21)

PS C:\Users\Norouzi_a\PhpstormProjects\untitled> npm install -g node-sass

npm WARN deprecated har-validator@5.1.5: this library is no longer supported

npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.

npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142

npm ERR! code 1

npm ERR! path C:\Users\Norouzi_a\AppData\Roaming\npm\node_modules\node-sass

npm ERR! command failed

npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node scripts/build.js

npm ERR! Building: C:\Program Files\nodejs\node.exe C:\Users\Norouzi_a\AppData\Roaming\npm\node_modules\node-sass\node_modules\node-gyp\bin\node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=

npm ERR! gyp info it worked if it ends with ok

npm ERR! gyp verb cli [

npm ERR! gyp verb cli   'C:\\Program Files\\nodejs\\node.exe',

npm ERR! gyp verb cli   'C:\\Users\\Norouzi_a\\AppData\\Roaming\\npm\\node_modules\\node-sass\\node_modules\\node-gyp\\bin\\node-gyp.js',

npm ERR! gyp verb cli   'rebuild',

npm ERR! gyp verb cli   '--verbose',

npm ERR! gyp verb cli   '--libsass_ext=',

npm ERR! gyp verb cli   '--libsass_cflags=',

npm ERR! gyp verb cli   '--libsass_ldflags=',

npm ERR! gyp verb cli   '--libsass_library='

npm ERR! gyp verb cli ]

npm ERR! gyp info using node-gyp@7.1.2

npm ERR! gyp info using node@17.1.0 | win32 | x64

npm ERR! gyp verb command rebuild []

npm ERR! gyp verb command clean []

npm ERR! gyp verb clean removing "build" directory

npm ERR! gyp verb command configure []

npm ERR! gyp verb find Python Python is not set from command line or npm configuration

npm ERR! gyp verb find Python Python is not set from environment variable PYTHON

npm ERR! gyp verb find Python checking if "python3" can be used

npm ERR! gyp verb find Python - executing "python3" to get executable path

npm ERR! gyp verb find Python - "python3" is not in PATH or produced an error

npm ERR! gyp verb find Python checking if "python" can be used

npm ERR! gyp verb find Python - executing "python" to get executable path

npm ERR! gyp verb find Python - "python" is not in PATH or produced an error

npm ERR! gyp verb find Python checking if "python2" can be used

npm ERR! gyp verb find Python - executing "python2" to get executable path

npm ERR! gyp verb find Python - "python2" is not in PATH or produced an error

npm ERR! gyp verb find Python checking if Python is C:\Python37\python.exe

npm ERR! gyp verb find Python - executing "C:\Python37\python.exe" to get version

npm ERR! gyp verb find Python - "C:\Python37\python.exe" could not be run

npm ERR! gyp verb find Python checking if Python is C:\Python27\python.exe

npm ERR! gyp verb find Python - executing "C:\Python27\python.exe" to get version

npm ERR! gyp verb find Python - "C:\Python27\python.exe" could not be run

npm ERR! gyp verb find Python checking if the py launcher can be used to find Python

npm ERR! gyp verb find Python - executing "py.exe" to get Python executable path

npm ERR! gyp verb find Python - "py.exe" is not in PATH or produced an error

npm ERR! gyp ERR! find Python

npm ERR! gyp ERR! find Python Python is not set from command line or npm configuration

npm ERR! gyp ERR! find Python Python is not set from environment variable PYTHON

npm ERR! gyp ERR! find Python checking if "python3" can be used

npm ERR! gyp ERR! find Python - "python3" is not in PATH or produced an error

npm ERR! gyp ERR! find Python checking if "python" can be used

npm ERR! gyp ERR! find Python - "python" is not in PATH or produced an error

npm ERR! gyp ERR! find Python checking if "python2" can be used

npm ERR! gyp ERR! find Python - "python2" is not in PATH or produced an error

npm ERR! gyp ERR! find Python checking if Python is C:\Python37\python.exe

npm ERR! gyp ERR! find Python - "C:\Python37\python.exe" could not be run

npm ERR! gyp ERR! find Python checking if Python is C:\Python27\python.exe

npm ERR! gyp ERR! find Python - "C:\Python27\python.exe" could not be run

npm ERR! gyp ERR! find Python checking if the py launcher can be used to find Python

npm ERR! gyp ERR! find Python - "py.exe" is not in PATH or produced an error

npm ERR! gyp ERR! find Python  

npm ERR! gyp ERR! find Python **********************************************************

npm ERR! gyp ERR! find Python You need to install the latest version of Python.

npm ERR! gyp ERR! find Python Node-gyp should be able to find and use Python. If not,

npm ERR! gyp ERR! find Python you can try one of the following options:

npm ERR! gyp ERR! find Python - Use the switch --python="C:\Path\To\python.exe"

npm ERR! gyp ERR! find Python   (accepted by both node-gyp and npm)

npm ERR! gyp ERR! find Python - Set the environment variable PYTHON

npm ERR! gyp ERR! find Python - Set the npm configuration variable python:

npm ERR! gyp ERR! find Python   npm config set python "C:\Path\To\python.exe"

npm ERR! gyp ERR! find Python For more information consult the documentation at:

npm ERR! gyp ERR! find Python https://github.com/nodejs/node-gyp#installation

npm ERR! gyp ERR! find Python **********************************************************

npm ERR! gyp ERR! find Python

npm ERR! gyp ERR! configure error

npm ERR! gyp ERR! stack Error: Could not find any Python installation to use

npm ERR! gyp ERR! stack     at PythonFinder.fail (C:\Users\Norouzi_a\AppData\Roaming\npm\node_modules\node-sass\node_modules\node-gyp\lib\find-python.js:302:47)

npm ERR! gyp ERR! stack     at PythonFinder.runChecks (C:\Users\Norouzi_a\AppData\Roaming\npm\node_modules\node-sass\node_modules\node-gyp\lib\find-python.js:136:21)npm ERR! gyp ERR! stack     at PythonFinder.<anonymous> (C:\Users\Norouzi_a\AppData\Roaming\npm\node_modules\node-sass\node_modules\node-gyp\lib\find-python.js:200:18)

npm ERR! gyp ERR! stack     at PythonFinder.execFileCallback (C:\Users\Norouzi_a\AppData\Roaming\npm\node_modules\node-sass\node_modules\node-gyp\lib\find-python.js:266:16)

npm ERR! gyp ERR! stack     at exithandler (node:child_process:404:5)

npm ERR! gyp ERR! stack     at ChildProcess.errorhandler (node:child_process:416:5)

npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:390:28)

npm ERR! gyp ERR! stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:288:12)

npm ERR! gyp ERR! stack     at onErrorNT (node:internal/child_process:475:16)

npm ERR! gyp ERR! stack     at processTicksAndRejections (node:internal/process/task_queues:83:21)

PS C:\Users\Norouzi_a\PhpstormProjects\untitled> npm install -g node-sass

npm WARN deprecated har-validator@5.1.5: this library is no longer supported

npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.

npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142

npm ERR! code 1

npm ERR! path C:\Users\Norouzi_a\AppData\Roaming\npm\node_modules\node-sass

npm ERR! command failed

npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node scripts/build.js

npm ERR! Building: C:\Program Files\nodejs\node.exe C:\Users\Norouzi_a\AppData\Roaming\npm\node_modules\node-sass\node_modules\node-gyp\bin\node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=

npm ERR! gyp info it worked if it ends with ok

npm ERR! gyp verb cli [

npm ERR! gyp verb cli   'C:\\Program Files\\nodejs\\node.exe',

npm ERR! gyp verb cli   'C:\\Users\\Norouzi_a\\AppData\\Roaming\\npm\\node_modules\\node-sass\\node_modules\\node-gyp\\bin\\node-gyp.js',

npm ERR! gyp verb cli   'rebuild',

npm ERR! gyp verb cli   '--verbose',

npm ERR! gyp verb cli   '--libsass_ext=',

npm ERR! gyp verb cli   '--libsass_cflags=',

npm ERR! gyp verb cli   '--libsass_ldflags=',

npm ERR! gyp verb cli   '--libsass_library='

npm ERR! gyp verb cli ]

npm ERR! gyp info using node-gyp@7.1.2

npm ERR! gyp info using node@17.1.0 | win32 | x64

npm ERR! gyp verb command rebuild []

npm ERR! gyp verb command clean []

npm ERR! gyp verb clean removing "build" directory

npm ERR! gyp verb command configure []

npm ERR! gyp verb find Python Python is not set from command line or npm configuration

npm ERR! gyp verb find Python Python is not set from environment variable PYTHON

npm ERR! gyp verb find Python checking if "python3" can be used

npm ERR! gyp verb find Python - executing "python3" to get executable path

npm ERR! gyp verb find Python - "python3" is not in PATH or produced an error

npm ERR! gyp verb find Python checking if "python" can be used

npm ERR! gyp verb find Python - executing "python" to get executable path

npm ERR! gyp verb find Python - "python" is not in PATH or produced an error

npm ERR! gyp verb find Python checking if "python2" can be used

npm ERR! gyp verb find Python - executing "python2" to get executable path

npm ERR! gyp verb find Python - "python2" is not in PATH or produced an error

npm ERR! gyp verb find Python checking if Python is C:\Python37\python.exe

npm ERR! gyp verb find Python - executing "C:\Python37\python.exe" to get version

npm ERR! gyp verb find Python - "C:\Python37\python.exe" could not be run

npm ERR! gyp verb find Python checking if Python is C:\Python27\python.exe

npm ERR! gyp verb find Python - executing "C:\Python27\python.exe" to get version

npm ERR! gyp verb find Python - "C:\Python27\python.exe" could not be run

npm ERR! gyp verb find Python checking if the py launcher can be used to find Python

npm ERR! gyp verb find Python - executing "py.exe" to get Python executable path

npm ERR! gyp verb find Python - "py.exe" is not in PATH or produced an error

npm ERR! gyp ERR! find Python

npm ERR! gyp ERR! find Python Python is not set from command line or npm configuration

npm ERR! gyp ERR! find Python Python is not set from environment variable PYTHON

npm ERR! gyp ERR! find Python checking if "python3" can be used

npm ERR! gyp ERR! find Python - "python3" is not in PATH or produced an error

npm ERR! gyp ERR! find Python checking if "python" can be used

npm ERR! gyp ERR! find Python - "python" is not in PATH or produced an error

npm ERR! gyp ERR! find Python checking if "python2" can be used

npm ERR! gyp ERR! find Python - "python2" is not in PATH or produced an error

npm ERR! gyp ERR! find Python checking if Python is C:\Python37\python.exe

npm ERR! gyp ERR! find Python - "C:\Python37\python.exe" could not be run

npm ERR! gyp ERR! find Python checking if Python is C:\Python27\python.exe

npm ERR! gyp ERR! find Python - "C:\Python27\python.exe" could not be run

npm ERR! gyp ERR! find Python checking if the py launcher can be used to find Python

npm ERR! gyp ERR! find Python - "py.exe" is not in PATH or produced an error

npm ERR! gyp ERR! find Python

npm ERR! gyp ERR! find Python **********************************************************

npm ERR! gyp ERR! find Python You need to install the latest version of Python.

npm ERR! gyp ERR! find Python Node-gyp should be able to find and use Python. If not,

npm ERR! gyp ERR! find Python you can try one of the following options:

npm ERR! gyp ERR! find Python - Use the switch --python="C:\Path\To\python.exe"

npm ERR! gyp ERR! find Python   (accepted by both node-gyp and npm)

npm ERR! gyp ERR! find Python - Set the environment variable PYTHON

npm ERR! gyp ERR! find Python - Set the npm configuration variable python:

npm ERR! gyp ERR! find Python   npm config set python "C:\Path\To\python.exe"

npm ERR! gyp ERR! find Python For more information consult the documentation at:

npm ERR! gyp ERR! find Python https://github.com/nodejs/node-gyp#installation

npm ERR! gyp ERR! find Python **********************************************************

npm ERR! gyp ERR! find Python

npm ERR! gyp ERR! configure error

npm ERR! gyp ERR! stack Error: Could not find any Python installation to use

npm ERR! gyp ERR! stack     at PythonFinder.fail (C:\Users\Norouzi_a\AppData\Roaming\npm\node_modules\node-sass\node_modules\node-gyp\lib\find-python.js:302:47)      

npm ERR! gyp ERR! stack     at PythonFinder.runChecks (C:\Users\Norouzi_a\AppData\Roaming\npm\node_modules\node-sass\node_modules\node-gyp\lib\find-python.js:136:21)npm ERR! gyp ERR! stack     at PythonFinder.<anonymous> (C:\Users\Norouzi_a\AppData\Roaming\npm\node_modules\node-sass\node_modules\node-gyp\lib\find-python.js:200:18)

npm ERR! gyp ERR! stack     at PythonFinder.execFileCallback (C:\Users\Norouzi_a\AppData\Roaming\npm\node_modules\node-sass\node_modules\node-gyp\lib\find-python.js:266:16)

npm ERR! gyp ERR! stack     at exithandler (node:child_process:404:5)

npm ERR! gyp ERR! stack     at ChildProcess.errorhandler (node:child_process:416:5)

npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:390:28)

npm ERR! gyp ERR! stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:288:12)

npm ERR! gyp ERR! stack     at onErrorNT (node:internal/child_process:475:16)

npm ERR! gyp ERR! stack     at processTicksAndRejections (node:internal/process/task_queues:83:21)

npm ERR! gyp ERR! System Windows_NT 10.0.19042

npm ERR! gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\Norouzi_a\\AppData\\Roaming\\npm\\node_modules\\node-sass\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="

npm ERR! gyp ERR! cwd C:\Users\Norouzi_a\AppData\Roaming\npm\node_modules\node-sass

npm ERR! gyp ERR! node -v v17.1.0

npm ERR! gyp ERR! node-gyp -v v7.1.2

npm ERR! gyp ERR! not ok

npm ERR! Build failed with error code: 1

 

npm ERR! A complete log of this run can be found in:

npm ERR!     C:\Users\Norouzi_a\AppData\Local\npm-cache\_logs\2021-11-27T12_40_27_223Z-debug.log

PS C:\Users\Norouzi_a\PhpstormProjects\untitled> 

  • 1400/09/06
  • ساعت 23:55

سلام. پاورشل رو بصورت administrator اجرا کنید


  • 1400/09/08
  • ساعت 10:29

استاد از طریق administrator هم وارد شدم این خطا رو نشون داد.

Windows PowerShell

Copyright (C) Microsoft Corporation. All rights reserved.

 

Try the new cross-platform PowerShell https://aka.ms/pscore6

 

PS C:\Windows\system32> npm install -g node-sass

npm WARN deprecated har-validator@5.1.5: this library is no longer supported

npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.

npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142

npm ERR! code 1

npm ERR! path C:\Users\Norouzi_a\AppData\Roaming\npm\node_modules\node-sass

npm ERR! command failed

npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node scripts/build.js

npm ERR! Building: C:\Program Files\nodejs\node.exe C:\Users\Norouzi_a\AppData\Roaming\npm\node_modules\node-sass\node_modules\node-gyp\bin\node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=

npm ERR! gyp info it worked if it ends with ok

npm ERR! gyp verb cli [

npm ERR! gyp verb cli   'C:\\Program Files\\nodejs\\node.exe',

npm ERR! gyp verb cli   'C:\\Users\\Norouzi_a\\AppData\\Roaming\\npm\\node_modules\\node-sass\\node_modules\\node-gyp\\bin\\node-gyp.js',

npm ERR! gyp verb cli   'rebuild',

npm ERR! gyp verb cli   '--verbose',

npm ERR! gyp verb cli   '--libsass_ext=',

npm ERR! gyp verb cli   '--libsass_cflags=',

npm ERR! gyp verb cli   '--libsass_ldflags=',

npm ERR! gyp verb cli   '--libsass_library='

npm ERR! gyp verb cli ]

npm ERR! gyp info using node-gyp@7.1.2

npm ERR! gyp info using node@17.1.0 | win32 | x64

npm ERR! gyp verb command rebuild []

npm ERR! gyp verb command clean []

npm ERR! gyp verb clean removing "build" directory

npm ERR! gyp verb command configure []

npm ERR! gyp verb find Python Python is not set from command line or npm configuration

npm ERR! gyp verb find Python Python is not set from environment variable PYTHON

npm ERR! gyp verb find Python checking if "python3" can be used

npm ERR! gyp verb find Python - executing "python3" to get executable path

npm ERR! gyp verb find Python - "python3" is not in PATH or produced an error

npm ERR! gyp verb find Python checking if "python" can be used

npm ERR! gyp verb find Python - executing "python" to get executable path

npm ERR! gyp verb find Python - "python" is not in PATH or produced an error

npm ERR! gyp verb find Python checking if "python2" can be used

npm ERR! gyp verb find Python - executing "python2" to get executable path

npm ERR! gyp verb find Python - "python2" is not in PATH or produced an error

npm ERR! gyp verb find Python checking if Python is C:\Python37\python.exe

npm ERR! gyp verb find Python - executing "C:\Python37\python.exe" to get version

npm ERR! gyp verb find Python - "C:\Python37\python.exe" could not be run

npm ERR! gyp verb find Python checking if Python is C:\Python27\python.exe

npm ERR! gyp verb find Python - executing "C:\Python27\python.exe" to get version

npm ERR! gyp verb find Python - "C:\Python27\python.exe" could not be run

npm ERR! gyp verb find Python checking if the py launcher can be used to find Python

npm ERR! gyp verb find Python - executing "py.exe" to get Python executable path

npm ERR! gyp verb find Python - "py.exe" is not in PATH or produced an error

npm ERR! gyp ERR! find Python

npm ERR! gyp ERR! find Python Python is not set from command line or npm configuration

npm ERR! gyp ERR! find Python Python is not set from environment variable PYTHON

npm ERR! gyp ERR! find Python checking if "python3" can be used

npm ERR! gyp ERR! find Python - "python3" is not in PATH or produced an error

npm ERR! gyp ERR! find Python checking if "python" can be used

npm ERR! gyp ERR! find Python - "python" is not in PATH or produced an error

npm ERR! gyp ERR! find Python checking if "python2" can be used

npm ERR! gyp ERR! find Python - "python2" is not in PATH or produced an error

npm ERR! gyp ERR! find Python checking if Python is C:\Python37\python.exe

npm ERR! gyp ERR! find Python - "C:\Python37\python.exe" could not be run

npm ERR! gyp ERR! find Python checking if Python is C:\Python27\python.exe

npm ERR! gyp ERR! find Python - "C:\Python27\python.exe" could not be run

npm ERR! gyp ERR! find Python checking if the py launcher can be used to find Python

npm ERR! gyp ERR! find Python - "py.exe" is not in PATH or produced an error

npm ERR! gyp ERR! find Python

npm ERR! gyp ERR! find Python **********************************************************

npm ERR! gyp ERR! find Python You need to install the latest version of Python.

npm ERR! gyp ERR! find Python Node-gyp should be able to find and use Python. If not,

npm ERR! gyp ERR! find Python you can try one of the following options:

npm ERR! gyp ERR! find Python - Use the switch --python="C:\Path\To\python.exe"

npm ERR! gyp ERR! find Python   (accepted by both node-gyp and npm)

npm ERR! gyp ERR! find Python - Set the environment variable PYTHON

npm ERR! gyp ERR! find Python - Set the npm configuration variable python:

npm ERR! gyp ERR! find Python   npm config set python "C:\Path\To\python.exe"

npm ERR! gyp ERR! find Python For more information consult the documentation at:

npm ERR! gyp ERR! find Python https://github.com/nodejs/node-gyp#installation

npm ERR! gyp ERR! find Python **********************************************************

npm ERR! gyp ERR! find Python

npm ERR! gyp ERR! configure error

npm ERR! gyp ERR! stack Error: Could not find any Python installation to use

npm ERR! gyp ERR! stack     at PythonFinder.fail (C:\Users\Norouzi_a\AppData\Roaming\npm\node_modules\node-sass\node_modules\node-gyp\lib\find-python.js:302:47)

npm ERR! gyp ERR! stack     at PythonFinder.runChecks (C:\Users\Norouzi_a\AppData\Roaming\npm\node_modules\node-sass\node_modules\node-gyp\lib\find-python.js:136:21)

npm ERR! gyp ERR! stack     at PythonFinder.<anonymous> (C:\Users\Norouzi_a\AppData\Roaming\npm\node_modules\node-sass\node_modules\node-gyp\lib\find-python.js:200:18)

npm ERR! gyp ERR! stack     at PythonFinder.execFileCallback (C:\Users\Norouzi_a\AppData\Roaming\npm\node_modules\node-sass\node_modules\node-gyp\lib\find-python.js:266:16)

npm ERR! gyp ERR! stack     at exithandler (node:child_process:404:5)

npm ERR! gyp ERR! stack     at ChildProcess.errorhandler (node:child_process:416:5)

npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:390:28)

npm ERR! gyp ERR! stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:288:12)

npm ERR! gyp ERR! stack     at onErrorNT (node:internal/child_process:475:16)

npm ERR! gyp ERR! stack     at processTicksAndRejections (node:internal/process/task_queues:83:21)

npm ERR! gyp ERR! System Windows_NT 10.0.19042

npm ERR! gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\Norouzi_a\\AppData\\Roaming\\npm\\node_modules\\node-sass\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="

npm ERR! gyp ERR! cwd C:\Users\Norouzi_a\AppData\Roaming\npm\node_modules\node-sass

npm ERR! gyp ERR! node -v v17.1.0

npm ERR! gyp ERR! node-gyp -v v7.1.2

npm ERR! gyp ERR! not ok

npm ERR! Build failed with error code: 1

 

npm ERR! A complete log of this run can be found in:

npm ERR!     C:\Users\Norouzi_a\AppData\Local\npm-cache\_logs\2021-11-29T06_53_51_018Z-debug.log

PS C:\Windows\system32>

 

 

 

 

 


logo-enamadlogo-samandehi