7 Answer(s)
-
0
Hi,
<a class="postlink" href="https://stackoverflow.com/questions/17883481/delete-a-file-named-nul-on-windows">https://stackoverflow.com/questions/178 ... on-windows</a>
i'm not sure if this works but it's a known issue.
-
0
The problem is the 2 files with the name nul.
If you cant delete a null file run the following command . rename \.\C:\Projects\Company.Product.Web.MVC\node_modules\datamaps\src\js\deletefile\nul.json deletefile.txt
Then just delete the deletefile.txt
-
0
Run npm uninstall datamaps in command prompt. It will delete nil.json and nil.topo.jdon. These two files are causing issue.
-
0
hi,
Answered on this post => #4434@a108f772-b560-46f2-b470-67cc80b42cf1
-
0
I use rimraf ([https://github.com/isaacs/rimraf])) to delete node_modules. Deletes stuff in node_modules when everything else fails.
-
0
I used Visual Studio Code. Just browse to the folder, right click and 'delete' each each file
-
0
I also use <a class="postlink" href="https://github.com/isaacs/rimraf">https://github.com/isaacs/rimraf</a>, it is faster than regular delete operation.