Skip to content
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

Not working locally #15

Open
ekofi opened this issue Apr 7, 2022 · 1 comment
Open

Not working locally #15

ekofi opened this issue Apr 7, 2022 · 1 comment

Comments

@ekofi
Copy link

ekofi commented Apr 7, 2022

Hi, I successfully developed the site with Vercel, but I can't clone & locally run the code.

C:UserserhaOneDriveMasaüstüportfolio	theme.config.js
Module build failed: UnhandledSchemeError: Reading from "C:UserserhaOneDriveMasaüstüportfolio	heme.config.js" is not handled by plugins (Unhandled scheme).
Webpack supports "data:" and "file:" URIs by default.
You may need an additional plugin to handle "c:" URIs.

Thanks.

@Pavitra554
Copy link

Pavitra554 commented Aug 2, 2022

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 and edit it css is already available.
hope this helps @ekofi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants