How can i edit node_modules? The folder is not visible.
How can i edit node_modules? The folder is not visible.
Voters
JBloves27
Could you attach the repl please?
How can i edit node_modules? The folder is not visible.
Could you attach the repl please?
I was trying to apply fixes to a 5-year old nodejs library, but it appears to be impossible, even through messing with the shell.
I haven't tried it, but doing
cp
on a file you want to edit from thenode_modules
folder to the main Repl directory and back should work, but permissions may block this.