Pavitra Behara

Results 4 comments of Pavitra Behara

In my case its working... `npx create-next-app --example blog my-blog` or `yarn create next-app --example blog my-blog` then `npm i` then `npm run dev` than you can make a index.tsx...

In my case its working... `npx create-next-app --example blog my-blog` or `yarn create next-app --example blog my-blog` then `npm i` then `npm run dev` than you can make a index.tsx...

in root directory we have to install `npm install --save-dev @babel/core @babel/preset-env` and `npm install --save-dev @babel/core` @morshedulmunna ??

i added this `"eslint.workingDirectories": ["./web", "./studio"]` line in .eslintrc and it worked for me .eslintrc looks like this ` { "extends": "@sanity/eslint-config-studio", "eslint.workingDirectories": ["./web", "./studio"] }` @morshedulmunna @judofyr @Bidmon1234 @sjelfull