Closed sinnitesh closed 1 year ago
Have you tried completely removing node_modules
, package-lock.json
and reinstalling dependencies?
This issue has been automatically closed because we haven't received any response back. Please feel free to reopen if needed.
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)\node_modules\tsconfig\dist\tsconfig.js:116:32
at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read_file_context:68:3)
at
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",