-
Notifications
You must be signed in to change notification settings - Fork 257
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
Upgrade dependencies #231
Upgrade dependencies #231
Conversation
I still have the problem when i update the package... i'm not sure it comes from there. |
Have you tried deleting the |
Yes, I exactly did that multiple times... i'll try again, it is very blocking for me right now... |
@jaller94 Hello, I still have the issue despite trying the method |
Which dependency errors for you? |
Hello again @jaller94 , this is the error stack i got:
If i remove the following in the script of my package.json file, it builds:
The problem seems to come from |
Thanks @jaller94 ! |
Hello @adewes , I see you merged that PR. I tried again to get the project building using "npm run make-dev", but i'm still having the issue concerning my latest comment...
Am I the only one getting that error ? |
Hi @syriaca , I see you're trying to compile this on a Windows machine? I can't give much advice there other than upgrading your node version, to be honest I can't even figure out the exact problem from the build log. If it's possible I would try to compile Klaro in a Linux environment. If you're on Windows you could e.g. use the Windows Subsystem for Linux (WSL), which offers Debian and Ubuntu distributions that you can use. |
|
Hello. Thanks for your answer @adewes (and thanks for your try). I was thinking about updating my node environement, i'll tell you if that works. |
@adewes Problem still there despite my git, node and npm update..... i'm sure it comes from those command lines: It would be good to be sure the problem is not permanent for windows users... @jaller94, are you running on macOS ? |
Do you have a working |
You can try to type |
I'm using Linux. There is a way to make PowerShell support this though: kentcdodds/cross-env#192 (comment) |
The current master was not building for me anymore.
This PR wants to upgrade all packages. With these upgrades, Klaro successfully builds on my machine using
npm run make
andnpm run make-dev
.sass
: 10.13 release notesPrevious build error