my next js application isn't installing properly
Answered
Redbone Coonhound posted this in #help-forum
Redbone CoonhoundOP
I am starting the course to learn next js but the command to get started with next.js won't work. Its giving the following error
Answered by Redbone Coonhound
9 Replies
American Crow
did you try wiping nodejs cache?
https://stackoverflow.com/questions/63429304/npm-err-cb-apply-is-not-a-function
https://stackoverflow.com/questions/63429304/npm-err-cb-apply-is-not-a-function
Redbone CoonhoundOP
thank you, i tried uninstalling node and npm and reinstalling. Its giving a different error now.
Chinese Chongqing Dog
which node version do you use?
type
type
node --version into the consoleAlso delete the
/node_modules folder and try reinstalling the packagesRedbone CoonhoundOP
this is the version I am currently running. I tried uninstalling and running npm install again, to no avail. I installed with peer dependancy and it seemed to work, but the build seemed bugged with really large svgs etc.
Redbone CoonhoundOP
Okay, think I found the solution
what is the solution?
Redbone CoonhoundOP
check out this thread. 1252657901785448479
Answer