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

Unexpected identifier error with npx serve demo #22

Open
manivmtc opened this issue Sep 13, 2022 · 1 comment
Open

Unexpected identifier error with npx serve demo #22

manivmtc opened this issue Sep 13, 2022 · 1 comment

Comments

@manivmtc
Copy link

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```
@bbsaclay
Copy link
Contributor

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 run deps
npm run build

And it should work !
(you will know see a warning at every serve launch, don't care about it)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants