We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to build from the production branch, but I'm getting this error when I do yarn install.
production
yarn install
gyp info spawn /usr/bin/python2 gyp info spawn args [ gyp info spawn args '/home/michael/podigee/podigee-podcast-player/node_modules/node-gyp/gyp/gyp_main.py', gyp info spawn args 'binding.gyp', gyp info spawn args '-f', gyp info spawn args 'make', gyp info spawn args '-I', gyp info spawn args '/home/michael/podigee/podigee-podcast-player/node_modules/node-sass/build/config.gypi', gyp info spawn args '-I', gyp info spawn args '/home/michael/podigee/podigee-podcast-player/node_modules/node-gyp/addon.gypi', gyp info spawn args '-I', gyp info spawn args '/home/michael/.node-gyp/18.16.0/include/node/common.gypi', gyp info spawn args '-Dlibrary=shared_library', gyp info spawn args '-Dvisibility=default', gyp info spawn args '-Dnode_root_dir=/home/michael/.node-gyp/18.16.0', gyp info spawn args '-Dnode_gyp_dir=/home/michael/podigee/podigee-podcast-player/node_modules/node-gyp', gyp info spawn args '-Dnode_lib_file=/home/michael/.node-gyp/18.16.0/<(target_arch)/node.lib', gyp info spawn args '-Dmodule_root_dir=/home/michael/podigee/podigee-podcast-player/node_modules/node-sass', gyp info spawn args '-Dnode_engine=v8', gyp info spawn args '--depth=.', gyp info spawn args '--no-parallel', gyp info spawn args '--generator-output', gyp info spawn args 'build', gyp info spawn args '-Goutput_dir=.' gyp info spawn args ] Traceback (most recent call last): File "/home/michael/podigee/podigee-podcast-player/node_modules/node-gyp/gyp/gyp_main.py", line 16, in <module> sys.exit(gyp.script_main()) File "/home/michael/podigee/podigee-podcast-player/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 545, in script_main return main(sys.argv[1:]) File "/home/michael/podigee/podigee-podcast-player/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 538, in main return gyp_main(args) File "/home/michael/podigee/podigee-podcast-player/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 514, in gyp_main options.duplicate_basename_check) File "/home/michael/podigee/podigee-podcast-player/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 130, in Load params['parallel'], params['root_targets']) File "/home/michael/podigee/podigee-podcast-player/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 2783, in Load variables, includes, depth, check, True) File "/home/michael/podigee/podigee-podcast-player/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 399, in LoadTargetBuildFile includes, True, check) File "/home/michael/podigee/podigee-podcast-player/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 271, in LoadOneBuildFile aux_data, includes, check) File "/home/michael/podigee/podigee-podcast-player/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 308, in LoadBuildFileIncludesIntoDict LoadOneBuildFile(include, data, aux_data, None, False, check), File "/home/michael/podigee/podigee-podcast-player/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 251, in LoadOneBuildFile None) File "/home/michael/.node-gyp/18.16.0/include/node/common.gypi", line 1 e_data_file_flag%': 1 ^ SyntaxError: EOL while scanning string literal gyp ERR! configure error gyp ERR! stack Error: `gyp` failed with exit code: 1 gyp ERR! stack at ChildProcess.onCpExit (/home/michael/podigee/podigee-podcast-player/node_modules/node-gyp/lib/configure.js:345:16) gyp ERR! stack at ChildProcess.emit (node:events:513:28) gyp ERR! stack at ChildProcess._handle.onexit (node:internal/child_process:291:12) gyp ERR! System Linux 5.15.90.1-microsoft-standard-WSL2 gyp ERR! command "/usr/bin/node" "/home/michael/podigee/podigee-podcast-player/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library=" gyp ERR! cwd /home/michael/podigee/podigee-podcast-player/node_modules/node-sass gyp ERR! node -v v18.16.0 gyp ERR! node-gyp -v v3.8.0 gyp ERR! not ok Build failed with error code: 1 info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Am I missing some kind of other dependency?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to build from the
production
branch, but I'm getting this error when I doyarn install
.Am I missing some kind of other dependency?
The text was updated successfully, but these errors were encountered: