markmarkoh / datamaps

Customizable SVG map visualizations for the web in a single Javascript file using D3.js
http://datamaps.github.io
MIT License
3.78k stars 1.01k forks source link

null.json and null.topo.json #337

Closed liamfoneill closed 6 years ago

liamfoneill commented 8 years ago

Hi Mark,

During the build process on our Windows Jenkins runs into build errors as it cannot delete the following files as they are called nul which is a reserved word in the Win32 NTFS:

myProject\node_modules\datamaps\src\js\data\nul.json myProject\node_modules\datamaps\src\js\data\nul.topo.json

We need to keep manually deleting these files in order for our build process to continue. Can something be done about this so we don't continually run into this issue?

Thanks,

Liam

yuveliremil commented 7 years ago

Try in the command prompt. Del \?\C:\myProject\node_modules\datamaps\src\js\data\nul.json Del \?\C:\myProject\node_modules\datamaps\src\js\data\nul.topo.json

sadranyi commented 7 years ago

Am having the same issues on a windows 7 Pc it keeps saying "Incorrect Function' even when you try to delete it manually.

yamenarahman commented 7 years ago

npm uninstall datamaps deletes them

bbakermmc commented 6 years ago

Any update to this?

tjfroll commented 6 years ago

This seems like a dupe of #243, but this is still a problem.