nukeop / react-ui-cards

Ready to use card components for React (rewritten in Typescript)
https://nukeop.github.io/react-ui-cards/
MIT License
237 stars 62 forks source link

Can not install version 3.0.2 on Fedora Linux using Node 18.5.0 #65

Closed alex-polic closed 1 year ago

alex-polic commented 1 year ago

Using an LTS version of Node, I am unable to install newest version of the package. The error states it is the problem with node-sass package.

Full log from npm install

npm ERR! code 1 npm ERR! path /home/al-polic/projects/tbuddi-host/node_modules/node-sass npm ERR! command failed npm ERR! command sh -c node scripts/build.js npm ERR! Building: /home/al-polic/.nvm/versions/node/v18.15.0/bin/node /home/al-polic/projects/tbuddi-host/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 '/home/al-polic/.nvm/versions/node/v18.15.0/bin/node', npm ERR! gyp verb cli '/home/al-polic/projects/tbuddi-host/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@18.15.0 | linux | 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 - executable path is "/usr/bin/python3" npm ERR! gyp verb find Python - executing "/usr/bin/python3" to get version npm ERR! gyp verb find Python - version is "3.11.2" npm ERR! gyp info find Python using Python version 3.11.2 found at "/usr/bin/python3" npm ERR! gyp verb get node dir no --target version specified, falling back to host node version: 18.15.0 npm ERR! gyp verb command install [ '18.15.0' ] npm ERR! gyp verb install input version string "18.15.0" npm ERR! gyp verb install installing version: 18.15.0 npm ERR! gyp verb install --ensure was passed, so won't reinstall if already installed npm ERR! gyp verb install version is already installed, need to check "installVersion" npm ERR! gyp verb got "installVersion" 9 npm ERR! gyp verb needs "installVersion" 9 npm ERR! gyp verb install version is good npm ERR! gyp verb get node dir target node version installed: 18.15.0 npm ERR! gyp verb build dir attempting to create "build" dir: /home/al-polic/projects/tbuddi-host/node_modules/node-sass/build npm ERR! gyp verb build dir "build" dir needed to be created? /home/al-polic/projects/tbuddi-host/node_modules/node-sass/build npm ERR! gyp verb build/config.gypi creating config file npm ERR! gyp verb build/config.gypi writing out config file: /home/al-polic/projects/tbuddi-host/node_modules/node-sass/build/config.gypi npm ERR! (node:83343) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only. npm ERR! (Use node --trace-deprecation ... to show where the warning was created) npm ERR! gyp verb config.gypi checking for gypi file: /home/al-polic/projects/tbuddi-host/node_modules/node-sass/config.gypi npm ERR! gyp verb common.gypi checking for gypi file: /home/al-polic/projects/tbuddi-host/node_modules/node-sass/common.gypi npm ERR! gyp verb gyp gyp format was not specified; forcing "make" npm ERR! gyp info spawn /usr/bin/python3 npm ERR! gyp info spawn args [ npm ERR! gyp info spawn args '/home/al-polic/projects/tbuddi-host/node_modules/node-gyp/gyp/gyp_main.py', npm ERR! gyp info spawn args 'binding.gyp', npm ERR! gyp info spawn args '-f', npm ERR! gyp info spawn args 'make', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args '/home/al-polic/projects/tbuddi-host/node_modules/node-sass/build/config.gypi', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args '/home/al-polic/projects/tbuddi-host/node_modules/node-gyp/addon.gypi', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args '/home/al-polic/.cache/node-gyp/18.15.0/include/node/common.gypi', npm ERR! gyp info spawn args '-Dlibrary=shared_library', npm ERR! gyp info spawn args '-Dvisibility=default', npm ERR! gyp info spawn args '-Dnode_root_dir=/home/al-polic/.cache/node-gyp/18.15.0', npm ERR! gyp info spawn args '-Dnode_gyp_dir=/home/al-polic/projects/tbuddi-host/node_modules/node-gyp', npm ERR! gyp info spawn args '-Dnode_lib_file=/home/al-polic/.cache/node-gyp/18.15.0/<(target_arch)/node.lib', npm ERR! gyp info spawn args '-Dmodule_root_dir=/home/al-polic/projects/tbuddi-host/node_modules/node-sass', npm ERR! gyp info spawn args '-Dnode_engine=v8', npm ERR! gyp info spawn args '--depth=.', npm ERR! gyp info spawn args '--no-parallel', npm ERR! gyp info spawn args '--generator-output', npm ERR! gyp info spawn args 'build', npm ERR! gyp info spawn args '-Goutput_dir=.' npm ERR! gyp info spawn args ] npm ERR! Traceback (most recent call last): npm ERR! File "/home/al-polic/projects/tbuddi-host/node_modules/node-gyp/gyp/gyp_main.py", line 51, in npm ERR! sys.exit(gyp.script_main()) npm ERR! ^^^^^^^^^^^^^^^^^ npm ERR! File "/home/al-polic/projects/tbuddi-host/node_modules/node-gyp/gyp/pylib/gyp/init.py", line 670, in script_main npm ERR! return main(sys.argv[1:]) npm ERR! ^^^^^^^^^^^^^^^^^^ npm ERR! File "/home/al-polic/projects/tbuddi-host/node_modules/node-gyp/gyp/pylib/gyp/init.py", line 662, in main npm ERR! return gyp_main(args) npm ERR! ^^^^^^^^^^^^^^ npm ERR! File "/home/al-polic/projects/tbuddi-host/node_modules/node-gyp/gyp/pylib/gyp/init.py", line 629, in gyp_main npm ERR! [generator, flat_list, targets, data] = Load( npm ERR! ^^^^^ npm ERR! File "/home/al-polic/projects/tbuddi-host/node_modules/node-gyp/gyp/pylib/gyp/init.py", line 150, in Load npm ERR! result = gyp.input.Load( npm ERR! ^^^^^^^^^^^^^^^ npm ERR! File "/home/al-polic/projects/tbuddi-host/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Load npm ERR! LoadTargetBuildFile( npm ERR! File "/home/al-polic/projects/tbuddi-host/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFile npm ERR! build_file_data = LoadOneBuildFile( npm ERR! ^^^^^^^^^^^^^^^^^ npm ERR! File "/home/al-polic/projects/tbuddi-host/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFile npm ERR! build_file_contents = open(build_file_path, "rU").read() npm ERR! ^^^^^^^^^^^^^^^^^^^^^^^^^^^ npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gyp npm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: gyp failed with exit code: 1 npm ERR! gyp ERR! stack at ChildProcess.onCpExit (/home/al-polic/projects/tbuddi-host/node_modules/node-gyp/lib/configure.js:351:16) npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:513:28) npm ERR! gyp ERR! stack at ChildProcess._handle.onexit (node:internal/child_process:291:12) npm ERR! gyp ERR! System Linux 6.1.18-200.fc37.x86_64 npm ERR! gyp ERR! command "/home/al-polic/.nvm/versions/node/v18.15.0/bin/node" "/home/al-polic/projects/tbuddi-host/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library=" npm ERR! gyp ERR! cwd /home/al-polic/projects/tbuddi-host/node_modules/node-sass npm ERR! gyp ERR! node -v v18.15.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! /home/al-polic/.npm/_logs/2023-03-22T13_55_23_558Z-debug-0.log

I also tried to install versions 3.0.1 and 3.0.0, but that didn't work either. Installing on Windows works for Node version 18.5.0 LTS.

Downgrading to older Node version is not an option for me unfortunately, because of the requirements of the project. Can you please advise any potential solutions. Thanks in advance

nukeop commented 1 year ago

Try downgrading python to 3.10. In the meantime these dependencies can be bumped

alex-polic commented 1 year ago

I think the best solution would be to swap node-sass with sass in react-ui-cards dependencies. Would love to contribute with change and testing if you agree?

nukeop commented 1 year ago

Sure, that would be great.

alex-polic commented 1 year ago

Thank you very much. What is you contributing policy? Would you give me access to repo, or should I fork it?

nukeop commented 1 year ago

You can fork the repo and open a PR when you're ready.

alex-polic commented 1 year ago

Hey man, everything is finished. PR is here https://github.com/nukeop/react-ui-cards/pull/66

Package is ready to be used with Node LTS now.

nukeop commented 1 year ago

Bumped with minor version and released as 3.1.0.