Skip to content

Commit

Permalink
This file avoids the creation of the lock files
Browse files Browse the repository at this point in the history
Those lock files breaks the auto refresh of the npm (or yarn, Idk
yet), this solution was suggested in this post facebook/create-react-app#9056
  • Loading branch information
squiter committed Sep 2, 2021
1 parent 3cd76df commit 381236b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
((nil . ((create-lockfiles . nil)))) ;; To avoid Error: ENOENT: no such file or directory, stat '~/dev/code/react-tutorial/src/.#...'

0 comments on commit 381236b

Please sign in to comment.