hi guys, i have some problem here. i build web using python and tailwind css. when i deploy it, i have some eror that i dont know how to solve
here the message
please help me guys
hi guys, i have some problem here. i build web using python and tailwind css. when i deploy it, i have some eror that i dont know how to solve
here the message
please help me guys
Hi @RAJA! Could you please post the full error log here?
can you do a syntax check on your package.json
sure sir,
SyntaxError: Unexpected end of JSON input at JSON.parse () at AppPicker.reloadApp (/opt/watcher/source/app-picker.ts:236:31)
9:16 AM
a few seconds ago
SyntaxError: Unexpected end of JSON input at JSON.parse () at AppPicker.reloadApp (/opt/watcher/source/app-picker.ts:236:31) at process._tickCallback (internal/process/next_tick.js:68:7)
9:16 AM
a few seconds ago
SyntaxError: Unexpected end of JSON input at JSON.parse () at AppPicker.reloadApp (/opt/watcher/source/app-picker.ts:236:31) at process._tickCallback (internal/process/next_tick.js:68:7)
yes, i checked all syntax and all it correctly
{
“devDependencies”: {
“tailwindcss”: “^3.4.4”,
“postcss”: “^8.4.14”,
“autoprefixer”: “^10.4.7”
},
“scripts”: {
“build”: “tailwindcss -i ./static/input.css -o ./static/output.css --watch”
}
}
huh, that package.json checks out.
but interesting: reloadApp
seems to be something related to parsing a watch.json. do you have that file, and is it valid JSON?
nah that make me confuse. i dont use that file in my folder. i mean, i’m don’t have file reloadApp in my folder. but why thats show at logs
not reloadApp, that’s part of glitch itself. I mean do you have a watch.json file
(also btw could you please share the project name or URL?)
no, i dont have watch.json file
https://viridian-diamond-rose.glitch.me/
the url site cannot open beacause that eror
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.