Skip to content
New issue

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 tried to install StableStudio, but it fails on step 3. #84

Open
crantisz opened this issue Jun 9, 2023 · 4 comments
Open

I tried to install StableStudio, but it fails on step 3. #84

crantisz opened this issue Jun 9, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@crantisz
Copy link

crantisz commented Jun 9, 2023

Describe the bug
I tried to install StableStudio, but it fails on step 3.

To Reproduce
Steps to reproduce the behavior:

  1. git clone https://github.com/Stability-AI/StableStudio.git
  2. cd StableStudio
  3. yarn
  4. See error
michael@michael-X570-UD:~/StableStudio$ yarn
➤ YN0000: ┌ Resolution step
➤ YN0002: │ @stability/stablestudio-plugin-example@workspace:packages/stablestudio-plugin-example doesn't provide @types/node (pe4c4e), requested by ts-node
➤ YN0002: │ @stability/stablestudio-plugin-webgpu@workspace:packages/stablestudio-plugin-webgpu doesn't provide @types/node (p1e18d), requested by ts-node
➤ YN0002: │ @stability/stablestudio-plugin-webui@workspace:packages/stablestudio-plugin-webui doesn't provide @types/node (p09690), requested by ts-node
➤ YN0002: │ @stability/stablestudio-plugin@workspace:packages/stablestudio-plugin doesn't provide @types/node (pb7ed9), requested by ts-node
➤ YN0002: │ notistack@npm:3.0.1 [47cbf] doesn't provide csstype (p2d22e), requested by goober
➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code
➤ YN0000: └ Completed in 0s 283ms
➤ YN0000: ┌ Fetch step
➤ YN0000: └ Completed in 0s 339ms
➤ YN0000: ┌ Link step
➤ YN0007: │ root-workspace-0b6124@workspace:. must be built because it never has been before or the last one failed
➤ YN0009: │ root-workspace-0b6124@workspace:. couldn't be built successfully (exit code 1, logs can be found here: /tmp/xfs-a188f1f5/build.log)
➤ YN0000: └ Completed in 29s 759ms
➤ YN0000: Failed with errors in 30s 526ms
michael@michael-X570-UD:~/StableStudio$ cat /tmp/xfs-a188f1f5/build.log
# This file contains the result of Yarn building a package (root-workspace-0b6124@workspace:.)
# Script name: postinstall

husky - Git hooks installed
➤ YN0000: [@stability/stablestudio-plugin]: Process started
➤ YN0000: [@stability/stablestudio-plugin]: Process exited (exit code 0), completed in 3s 360ms

➤ YN0000: [@stability/stablestudio-plugin-example]: Process started
➤ YN0000: [@stability/stablestudio-plugin-example]: Process exited (exit code 0), completed in 3s 365ms

➤ YN0000: [@stability/stablestudio-plugin-stability]: Process started
➤ YN0000: [@stability/stablestudio-plugin-stability]: Process exited (exit code 0), completed in 5s 526ms

➤ YN0000: [@stability/stablestudio-plugin-webgpu]: Process started
➤ YN0000: [@stability/stablestudio-plugin-webgpu]: Process exited (exit code 0), completed in 3s 441ms

➤ YN0000: [@stability/stablestudio-plugin-webui]: Process started
➤ YN0000: [@stability/stablestudio-plugin-webui]: Process exited (exit code 0), completed in 3s 555ms

➤ YN0000: [@stability/stablestudio-ui]: Process started
➤ YN0000: [@stability/stablestudio-ui]: file:///home/michael/StableStudio/node_modules/vite/bin/vite.js:7
➤ YN0000: [@stability/stablestudio-ui]:     await import('source-map-support').then((r) => r.default.install())
➤ YN0000: [@stability/stablestudio-ui]:     ^^^^^
➤ YN0000: [@stability/stablestudio-ui]: 
➤ YN0000: [@stability/stablestudio-ui]: SyntaxError: Unexpected reserved word
➤ YN0000: [@stability/stablestudio-ui]:     at Loader.moduleStrategy (internal/modules/esm/translators.js:133:18)
➤ YN0000: [@stability/stablestudio-ui]:     at async link (internal/modules/esm/module_job.js:42:21)
➤ YN0000: [@stability/stablestudio-ui]: Process exited (exit code 1), completed in 8s 815ms
➤ YN0000: Done in 28s 67ms
michael@michael-X570-UD:~/StableStudio$ yarn --version
3.3.0       
michael@michael-X570-UD:~/StableStudio$ nodejs --version
v12.22.9

Desktop (please complete the following information):

  • OS: ubuntu 22.04
@crantisz crantisz added the bug Something isn't working label Jun 9, 2023
@kaloyan-raev
Copy link

I hit the same issue and found that Ubuntu 22.04 has an outdated NodeJS version. Upgrading NodeJS to a more recent version solves the problem.

@vaibhavb02
Copy link

Update the node.js to latest version.

@DawnAve
Copy link

DawnAve commented Jan 17, 2024

My "node -v" gives me v21.6.0, and I am still having the problem. btw, are node and nodejs the same thing?

@lalitkpal
Copy link

i have update to latest nodejs v21.6.1, still getting the same error:
➤ YN0000: ┌ Resolution step
➤ YN0002: │ @stability/stablestudio-plugin-example@workspace:packages/stablestudio-plugin-example doesn't provide @types/node (pe4c4e), requested by ts-node
➤ YN0002: │ @stability/stablestudio-plugin-webgpu@workspace:packages/stablestudio-plugin-webgpu doesn't provide @types/node (p1e18d), requested by ts-node
➤ YN0002: │ @stability/stablestudio-plugin-webui@workspace:packages/stablestudio-plugin-webui doesn't provide @types/node (p09690), requested by ts-node
➤ YN0002: │ @stability/stablestudio-plugin@workspace:packages/stablestudio-plugin doesn't provide @types/node (pb7ed9), requested by ts-node
➤ YN0002: │ notistack@npm:3.0.1 [47cbf] doesn't provide csstype (p2d22e), requested by goober
➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements for details, where is the six-letter p-prefixed code
➤ YN0000: └ Completed in 0s 243ms
➤ YN0000: ┌ Fetch step
➤ YN0000: └ Completed in 0s 383ms
➤ YN0000: ┌ Link step
➤ YN0007: │ root-workspace-0b6124@workspace:. must be built because it never has been before or the last one failed
➤ YN0009: │ root-workspace-0b6124@workspace:. couldn't be built successfully (exit code 1, logs can be found here: /tmp/xfs-53e76404/build.log)
➤ YN0000: └ Completed in 0s 395ms
➤ YN0000: Failed with errors in 1s 81ms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants