You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the React/NodeJS example that uses yarn, I get an error when I go to the page for the first time. It's because it's trying to write to the cache folder.
$ pack version
0.35.1+git-3a22a7f.build-6099
Expected Behavior
Sample React site displayed without any error.
Current Behavior
Message displays on screen:
ERROR in EACCES: permission denied, open '/workspace/node_modules/.cache/.eslintcache'
When using the React/NodeJS example that uses yarn, I get an error when I go to the page for the first time. It's because it's trying to write to the cache folder.
$ pack version
0.35.1+git-3a22a7f.build-6099
Expected Behavior
Sample React site displayed without any error.
Current Behavior
Message displays on screen:
ERROR in EACCES: permission denied, open '/workspace/node_modules/.cache/.eslintcache'
Once the error is closed, you can continue.
Possible Solution
Not sure
Steps to Reproduce
Motivations
Getting the examples to work with no errors.
The text was updated successfully, but these errors were encountered: