s-KaiNet / spfx-fast-serve

Improve your SharePoint Framework development flow by speeding up the "serve" command :rocket:
MIT License
135 stars 11 forks source link

Issue when running SPFx-Fast-Serve #113

Closed sinnitesh closed 10 months ago

sinnitesh commented 11 months ago

I have upgraded my spfx solution from 1.14.0 to 1.17.4, and the fast serve is not working. I have already upgraded fast serve and dependencies.

I am having the issue below.

Already I have verified all the tsconfig values and seems correct

[18:44:10] Task warnings:4 undefined:67 } ^

SyntaxError: Unexpected token } in JSON at position 1400 at JSON.parse () at parse (\node_modules\tsconfig\dist\tsconfig.js:135:17)
at \node_modules\tsconfig\dist\tsconfig.js:116:32 at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read_file_context:68:3)

Can you please help.

Using below:

C:\Program Files\nodejs -> .\ └── spfx-fast-serve@3.0.7

and using spfx-fast-serve-helpers": "~1.17.0",

s-KaiNet commented 11 months ago

Have you tried completely removing node_modules, package-lock.json and reinstalling dependencies?

github-actions[bot] commented 10 months ago

This issue has been automatically closed because we haven't received any response back. Please feel free to reopen if needed.