Question:why i can t?
Repl link/Link to where the bug appears:
Screenshots, links, or other helpful context:
code snippet
Question:why i can t?
Repl link/Link to where the bug appears:
Screenshots, links, or other helpful context:
code snippet
whats the error message? if it says “file already exists”, that means that .replit
already exists even if it isn’t visible. To show hidden files such as .replit
, click on the three dots, then click on show hidden files to reveal all files.
if i delete the button replit and i create a new one because in this video https://youtu.be/Gqurhm2QxA0 at 4:00 He create a .replit i need to delete replit and create a new one?>
you can just delete all content in the existing .replit file. Otherwise, is there an error message, and what is it?
nix error: bulinding nix env: exit status 1
try deleting the replit.nix file
npm start
sh: 1: npm: not found
exit status 127
try typing in npm into the shell, and then choosing nodejs16.out when prompted.
No, don’t do that.
This error happens because the .replit file is empty; it doesn’t have anything to do with replit.nix.