Node version update help
So, I want to update my node version to 17, but I can't, I get this error while doing it, help?
`Replit: Updating package configuration
--> npm ci
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /home/runner/Test/package.json
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open '/home/runner/Test/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! /home/runner/.npm/_logs/2021-10-29T13_05_04_682Z-debug.log
exit status 254
Replit: Package operation failed.`
Voters
Create a file called
package.json
.