Closed MichaelDeBoey closed 1 year ago
@pcattori I keep getting the following error:
sandbox failed! Plugin error: - Local env var conflicts with plugin: - 'testing' variable 'NODE_ENV' Error: Plugin error: - Local env var conflicts with plugin: - 'testing' variable 'NODE_ENV'
Maybe @lpsinger can point me into the right direction to fix this error as well 🤔
Do you have a .env
or a preferences.arc
file that defines NODE_ENV
? If so, remove it.
@lpsinger it was indeed in the .env
file
The Arc template is talking about needing to create a a preferences.arc
file in the root with the following contents:
@sandbox
livereload false
# NODE_ENV development is required when running the dev server
@env
testing
NODE_ENV development
I guess this is not true then? 🤔
@pcattori The app is running, but it seems like I'm still missing something as HMR isn't working yet, it's doing a full page refresh
@lpsinger it was indeed in the
.env
fileThe Arc template is talking about needing to create a a
preferences.arc
file in the root with the following contents:@sandbox livereload false # NODE_ENV development is required when running the dev server @env testing NODE_ENV development
I guess this is not true then? 🤔
Oops! I didn't see those. My recent PRs made those instructions unnecessary. See https://github.com/remix-run/remix/pull/6796.
Superceded by #164
@pcattori I keep getting the following error:
Maybe @lpsinger can point me into the right direction to fix this error as well 🤔