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 am installing pixano-elements on Windows10. Node version 10.19, npm 6.13.4. And I receive the following error
PS C:\Users\m\Work\pixano-elements> npx serve demo npx : 91 installé(s) en 9.123s Unexpected identifier```
The text was updated successfully, but these errors were encountered:
Hi @manivmtc, thank you for your bug report !
We saw that bug since some weeks coming form an evolution in serve dependencies.
Here's a workaround : npm install [email protected] then rebuild pixano :
npm install [email protected]
npm run deps npm run build
And it should work ! (you will know see a warning at every serve launch, don't care about it)
Sorry, something went wrong.
No branches or pull requests
I am installing pixano-elements on Windows10. Node version 10.19, npm 6.13.4. And I receive the following error
The text was updated successfully, but these errors were encountered: