Skip to content

Commit 2723aa6

Browse files
Do also .mkdir_p() on NODE_MODULES_DIR / '.bin'
1 parent 57734a7 commit 2723aa6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

nodely/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
'repository': "https://github.com/zimmermanncode/nodely",
4747
}))
4848

49+
# and make sure that the node_modules/.bin/ dir always exists
50+
(NODE_MODULES_DIR / '.bin').mkdir_p()
51+
4952

5053
def install(package):
5154
"""

0 commit comments

Comments
 (0)