vivek9patel / vivek9patel.github.io

Personal portfolio website simulating Ubuntu 20.04, made using NEXT.js & tailwind CSS
https://vivek9patel.github.io/
MIT License
3.79k stars 600 forks source link

Error while running your aplication #63

Closed hasthamalp closed 3 years ago

hasthamalp commented 3 years ago

i download and run the code using npm start,but it shows the error message

Failed to compile.

./src/components/apps/spotify.js SyntaxError: C:\Users\Lenovo\Downloads\vivek9patel.github.io-master\src\components\apps\spotify.js: Unexpected character ' '. (1:0)

vivek9patel commented 3 years ago

can you try after pulling latest changes? also, do yarn && yarn start this time

hasthamalp commented 3 years ago

NO.I clone your project and try to run on local machine npm install & npm start ,but shows error message .

vivek9patel commented 3 years ago

Just tried that, it runs perfectly for me! I'd suggest you to re-clone the repository and do yarn && yarn start

hasthamalp commented 3 years ago

Is yarn command work for windows?

vivek9patel commented 3 years ago

yup it's not depended on any OS. if it is not installed in your system just run this command, it'll install it globally. npm install --global yarn