help icon indicating copy to clipboard operation
help copied to clipboard

Installation of SASS on windows 7

Open lucianacalisaya opened this issue 5 years ago • 3 comments

Node.js v13.14.0 windows7 installing SASS

Hi, I'm trying to install node so I can use SASS for a course I'm taken (I only know html and css) and I have to install node.js version 13.14 because version 14 won't let me install itself. When I put npm init it creates the .json but when I put npm install -D node-sass nodemon this shows up (I already cliked that link but I don't understand it either because I don't speak english on this profesional level) (I'm aware of the black spaces) Thanks!

npm WARN deprecated [email protected]: this library is no longer supported npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142 npm ERR! code 1 npm ERR! path C:\Users\Juan Pablo\Desktop\Nueva carpeta\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\Juan Pablo\Desktop\Nueva carpeta\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\Juan Pablo\Desktop\Nueva carpeta\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 [email protected] npm ERR! gyp info using [email protected] | 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\Juan Pablo\Desktop\Nueva carpeta\node_modules\node-gyp\lib\find-python.js:302:47) npm ERR! gyp ERR! stack at PythonFinder.runChecks (C:\Users\Juan Pablo\Desktop\Nueva carpeta\node_modules\node-gyp\lib\find-python.js:136:21) npm ERR! gyp ERR! stack at PythonFinder. (C:\Users\Juan Pablo\Desktop\Nueva carpeta\node_modules\node-gyp\lib\find-python.js:200:18) npm ERR! gyp ERR! stack at PythonFinder.execFileCallback (C:\Users\Juan Pablo\Desktop\Nueva carpeta\node_modules\node-gyp\lib\find-python.js:266:16) npm ERR! gyp ERR! stack at exithandler (child_process.js:310:5) npm ERR! gyp ERR! stack at ChildProcess.errorhandler (child_process.js:322:5) npm ERR! gyp ERR! stack at ChildProcess.emit (events.js:315:20) npm ERR! gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:273:12) npm ERR! gyp ERR! stack at onErrorNT (internal/child_process.js:467:16) npm ERR! gyp ERR! stack at processTicksAndRejections (internal/process/task_queues.js:84:21) npm ERR! gyp ERR! System Windows_NT 6.1.7601 npm ERR! gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Users\Juan Pablo\Desktop\Nueva carpeta\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\Juan Pablo\Desktop\Nueva carpeta\node_modules\node-sass npm ERR! gyp ERR! node -v v13.14.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\Juan Pablo\AppData\Local\npm-cache_logs\2021-02-02T22_55_08_451Z-debug.log C:\Users\Juan Pablo\Desktop\Nueva carpeta>

I don't use phyton so idk either why that shows up.

lucianacalisaya avatar Feb 03 '21 00:02 lucianacalisaya

The problem is that Python is not installed on the computer. You can install python from here: https://www.python.org/downloads/windows/

Lxxyx avatar Feb 03 '21 12:02 Lxxyx

Hola pablo, necesitas python para instalar SASS. Utiliza el link mencionado por @Lxxyx y debería funcionar sin problemas.

bluefield-creator avatar Mar 04 '21 08:03 bluefield-creator

It seems there has been no activity on this issue for a while, and it is being closed in 30 days. If you believe this issue should remain open, please leave a comment. If you need further assistance or have questions, you can also search for similar issues on Stack Overflow. Make sure to look at the README file for the most updated links.

github-actions[bot] avatar May 10 '24 01:05 github-actions[bot]

It seems there has been no activity on this issue for a while, and it is being closed. If you believe this issue should remain open, please leave a comment. If you need further assistance or have questions, you can also search for similar issues on Stack Overflow. Make sure to look at the README file for the most updated links.

github-actions[bot] avatar Jun 09 '24 01:06 github-actions[bot]