I have an npm package to publish to a artifactory server. One of the folders in the package is named test
. It contains necessary test scripts.The problem is the test folder will not be available in the package (the remainder of the package is unaffected). When the folder is renamed , it is published with all its content. So is there any restriction in using test as a folder name. Also are there any other names that are restricted by npm/artifactory.
Asked
Active
Viewed 53 times
0

OneCricketeer
- 179,855
- 19
- 132
- 245

Zer0
- 448
- 1
- 5
- 16
-
Considering it has to store files on disk, probably the same limitation as the underlying OS files – OneCricketeer Nov 07 '17 at 05:22
-
How does that restrict the scope of naming? – Zer0 Nov 07 '17 at 06:39
-
For example, filenames can not have / – OneCricketeer Nov 07 '17 at 19:00
-
True.But filenames are not restricted for alphanumeric characters as it is in this case. – Zer0 Nov 08 '17 at 07:01
-
I didn't say they were. If you think some characters are a problem, why can't you just try uploading them to Artifactory? – OneCricketeer Nov 08 '17 at 13:22
-
I have already attempted to upload. Please understand the question. – Zer0 Nov 09 '17 at 05:40
-
I understand your question fine – OneCricketeer Nov 09 '17 at 12:47