-
Notifications
You must be signed in to change notification settings - Fork 6
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
Project won't compile upon yarn start #2
Comments
for me exchanging some packets worked for local deployment. Got rid of your mentioned issue like so:
edit package.json as follows:
|
when you follow the steps mentioned above no such errors should appear |
Follow the steps without problems but i just realize when only using the latest version "@tldraw/tldraw": "1.26.0" When i downgrade to "@tldraw/tldraw": "1.25.0" can be fine. The sample file is "@tldraw/tldraw": "1.25.0" so without issues. |
I got the same error, and then when I change package.json belong like this, and run
|
Hello there,
When I download the project locally and install all the dependencies with
yarn install
, the dependencies appear to install smoothly. However, uponyarn start
, I keep getting this compilation error in my terminal:Any recommendations? Am I forgetting some steps or is it not possible to run this project locally?
I also tried deploying thing project through Vercel but I still keep getting error.
Thank you.
The text was updated successfully, but these errors were encountered: