Closed batuhantastekin closed 2 years ago
Did you find a fix? Experiencing this error also.
Did you find a fix? Experiencing this error also.
Unfortunately, still the same
Have you restarted your typescript service and done yarn install ?
Have you restarted your typescript service and done yarn install ?
Not OP but I have same problem. I tried doing yarn install, still compile error. What do you mean by restart typescript service?
Updates?
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 2 days.
I’m still having this issue, is there a fix stated somewhere?
@Squiji
I’m still having this issue, is there a fix stated somewhere?
Not sure, but completely deleting the project, recloning and building from yarn, not npm install. did it for me.
This error is related to project dependencies, try to delete package-lock.json, node_modules and run command yarn
. DO NOT USE NPM in this project. I recommend you clone the project again using gh repo clone pancakeswap/pancake-frontend
I tried to compile frontend repo of Pancakeswap but I see "Failed to compile" error when I enter
npm run start
command.Here is the error I see on localhost:3000