-
Notifications
You must be signed in to change notification settings - Fork 37
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
Cannot make it run , can you help me? #43
Comments
Hello, sorry you're having issues. This project is pretty old and will probably need some work to get running locally again. If I have some time in the next few days I'll try to get around to updating its dependencies and let you know. |
Really? Don't be sorry , this is an amazing piece of tech , actually i'm tryin to study this kind of interactions , it would be so amazing to see it working being able to understand how, so thanks for this chance and for all , thanks for replying me and for this that for me is a gift , it expresses kindness |
Hey again, I just updated the dependencies and got it working locally with Node v18. Can you try doing a |
and thanks so much for your time, i will report as soon i can , maybe
tomorrow have a good Sunday
ᐧ
Il giorno dom 21 mag 2023 alle ore 02:47 Manu ***@***.***> ha
scritto:
… thanks Mr.Bainter , i will try , still i see that Node is at version
20..do i have to downgrade ?
ᐧ
Il giorno sab 20 mag 2023 alle ore 22:33 Alex Bainter <
***@***.***> ha scritto:
> Hey again, I just updated the dependencies and got it working locally
> with Node v18. Can you try doing a git pull, running npm install, and
> then npm start?
>
> —
> Reply to this email directly, view it on GitHub
> <#43 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ABC6XXYFVC54BVCFIP3GMADXHETBLANCNFSM6AAAAAAYHVDCPA>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
ok i tried on codespace and it work'd while its not on Codesandbox, just for reference, by the way really nice to learn , thanks for it |
it seems that node being deprecated is the issue here, could you update to 18 20 ? |
This worked for me locally as is with Node 20.10.0, and previously with Node 18. I just cloned, ran EDIT: I'm on Debian btw but I don't think that would make much difference. |
ok i'll check out , fact is on codesandbox, replit, glitch ,gitpod , it fails on offline plugin and it doesn't work but it does on stackblitz , tried to update the node's engine, didn't work resulting in compiling but having an invalid header of " remote-local host " , ones on Codesandbox, also i tried online because i haven't anymore space on my M1 mac ,for me is a very good school to understand how it works ,especially the sounds and the input mechanism so thanks for this chance of learning and for replying me p.s. i will try on Parallels for Linux and on Asahi added 730 packages in 6s 66 packages are looking for funding
[webpack-dev-server] Project is running at: and here what Codesandbox does say sh: 1: webpack-dev-server: not found npm ERR! A complete log of this run can be found in: /root/.cache/npm/_logs/2024-01-27T06_17_16_802Z-debug-0.log but as i sad its working on Stackblitz and Codespaces so i'm just curious about this behaviour, in terms of learning i mean , by the way i suspect you have a lot to do so again , thanks for your time |
maybe your guess was right ,could be linux look here Error: Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime (115) workspace git:(master) ✗ yarn install ➜ workspace git:(master) ✗ yarn start ERROR in ./src/base-styles.scss (./node_modules/css-loader!./node_modules/postcss-loader/src!./node_modules/sass-loader/dist/cjs.js!./src/base-styles.scss) ERROR in ./src/canvas/canvas.styles.scss (./node_modules/css-loader!./node_modules/postcss-loader/src!./node_modules/sass-loader/dist/cjs.js!./src/canvas/canvas.styles.scss) Error: Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime (115) For more information on which environments are supported please see: ERROR in ./src/loading/loading.styles.scss (./node_modules/css-loader!./node_modules/postcss-loader/src!./node_modules/sass-loader/dist/cjs.js!./src/loading/loading.styles.scss) ERROR in ./src/canvas/circle/circle.styles.scss (./node_modules/css-loader!./node_modules/postcss-loader/src!./node_modules/sass-loader/dist/cjs.js!./src/canvas/circle/circle.styles.scss) giving an invalid host header in the preview |
its really interesting how you coded tonal.js , thanks for making me learn https://github.com/tonaljs/tonal is it this ? |
Your Codesandbox output looks like it's not using the latest version of the repo because all that error output is from Tonal was not written by me but it is pretty great. These days I use my own library (https://github.com/generative-music/theory) which is much less powerful but does what I need. I am available for hire if that's something you'd be interested in! You can get in touch here if so: https://contact.alexbainter.com/ |
yeah i saw that but i cannot use the latest repo , its surely my fault , by the way i don't want to fill this space with my mistakes , this is the codesandbox i can't move further than this , last i saw you have even courses and i'm really willing into following you , and for the hiring i will discuss with my company but i'm quite sure to be interested with |
It's no problem! I'm not familiar with codesandbox but it looks like maybe you need to set EDIT: So you would edit webpack.config.js to include:
|
oh great, lets make a try, i'm really interested in generative sounds and AI and music , |
it works , npx webpack serve --allowed-hosts all |
Is it webpack? You could try to disable |
i don't know, i tried but it doesn't even start ,only result i had is with |
its been a lot and i found your project very interesting , is it still active or not?I tried to make it run on my Mac ,doesn't and while i'm not so skilled as you i really would like to study it , can you help me? I did follow your instructions but..when i make npm i it installs node and then it removes all ..,if i do npm start it ask to install webpack cli , i do..but ERR! node -v v18.14.0
npm ERR! gyp ERR! node-gyp -v v3.8.0
npm ERR! gyp ERR! not ok
npm ERR! Build failed with error code: 1
i have node v.20...
The text was updated successfully, but these errors were encountered: