Error when install and run in ubuntu 22.04 #5
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I've checked with 'npm' and found that the issue was caused by 'npm', since we usually work with 'yarn'. I've implemented a fix to ensure compatibility with 'npm'. Please update and try running it with npm now. Here are the steps for running in development mode:
You should see your project with our sample store data. If you want to load your shop data, simply change the .env file. If you encounter any difficulties, please let me know here. Plz ignore these on run 'npm serve': (all TS errors will be fixed in future updates) |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
I've checked with 'npm' and found that the issue was caused by 'npm', since we usually work with 'yarn'. I've implemented a fix to ensure compatibility with 'npm'. Please update and try running it with npm now.
Here are the steps for running in development mode: