winniffy
KPCKevin Powell - Community
•Created by winniffy on 12/18/2023 in #front-end
mapping array of objects in react
thank you
6 replies
KPCKevin Powell - Community
•Created by winniffy on 11/23/2023 in #front-end
API not fetching data on deployment
the network error in the network tab is
status 429 - too many requests
12 replies
KPCKevin Powell - Community
•Created by winniffy on 11/23/2023 in #front-end
API not fetching data on deployment
12 replies
KPCKevin Powell - Community
•Created by winniffy on 11/23/2023 in #front-end
API not fetching data on deployment
oh
12 replies
KPCKevin Powell - Community
•Created by winniffy on 11/23/2023 in #front-end
API not fetching data on deployment
failed to fetch
12 replies
KPCKevin Powell - Community
•Created by winniffy on 9/26/2023 in #front-end
error message during watch in sass file
makes a lot of sense. thanks again.
44 replies
KPCKevin Powell - Community
•Created by winniffy on 9/26/2023 in #front-end
error message during watch in sass file
so, just to be sure, was the problem
node-sass
?44 replies
KPCKevin Powell - Community
•Created by winniffy on 9/26/2023 in #front-end
error message during watch in sass file
running
npm install sass -D
and changing the script from node-sass
to sass
has worked like magic. no errors for over 20mins now and counting.
really appreciate the help man 44 replies
KPCKevin Powell - Community
•Created by winniffy on 9/26/2023 in #front-end
error message during watch in sass file
just tried that. same issue. works sometimes, and sometimes the error pops up
44 replies
KPCKevin Powell - Community
•Created by winniffy on 9/26/2023 in #front-end
error message during watch in sass file
oh, i probably just need to restart the entire project from my desktop then and see how it goes?
it's honestly getting very annoying cos now some of my styles don't even work anymore
44 replies
KPCKevin Powell - Community
•Created by winniffy on 9/26/2023 in #front-end
error message during watch in sass file
44 replies
KPCKevin Powell - Community
•Created by winniffy on 9/26/2023 in #front-end
error message during watch in sass file
44 replies
KPCKevin Powell - Community
•Created by winniffy on 9/26/2023 in #front-end
error message during watch in sass file
i'm compiling with the vs code terminal.
still doesn't work when i comment out line 12.
44 replies
KPCKevin Powell - Community
•Created by winniffy on 9/26/2023 in #front-end
error message during watch in sass file
44 replies
KPCKevin Powell - Community
•Created by winniffy on 9/26/2023 in #front-end
error message during watch in sass file
@Tenkes @Kevin
44 replies
KPCKevin Powell - Community
•Created by winniffy on 9/26/2023 in #front-end
error message during watch in sass file
this is the actual error message:
{
"status": 1,
"file": "C:/Users/USER/Downloads/advanced-css-course-master/Natours/starter/sass/main.scss",
"line": 12,
"column": 1,
"message": "File to import not found or unreadable: layout/grid.",
"formatted": "Error: File to import not found or unreadable: layout/grid.\n on line 12 of sass/main.scss\n>> @import \"layout/grid\";\r\n ^\n"
}
do note that there is a layout/grid
file in my base folder44 replies
KPCKevin Powell - Community
•Created by winniffy on 3/20/2023 in #front-end
javascript function not executing
thanks for the help. i found the error, turns out i wasn't calling the functions in other. so i called the functions before the and it worked.
5 replies
KPCKevin Powell - Community
•Created by winniffy on 3/14/2023 in #front-end
how to format date & time in javascript
thank you
7 replies
KPCKevin Powell - Community
•Created by winniffy on 3/14/2023 in #front-end
how to format date & time in javascript
thanks, that's helpful
7 replies
KPCKevin Powell - Community
•Created by winniffy on 3/12/2023 in #front-end
easiest way to add custom font to html/css
yes, thank you guys. corrected the path and it worked.
9 replies