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
{{ message }}
This repository has been archived by the owner on Jul 10, 2022. It is now read-only.
I am trying to install in a Windows computer and can't get passed the npm run build command. As well your instructions say to rename the sample.env to .env but windows is preventing it. I am using a windows 8.1 OS.
The text was updated successfully, but these errors were encountered:
It worked grate! thanks for the help. I still can't get the npm start or the build to see the "config/.env" the error shown is the the folder does not exist. If you have any work around would be grate as well.
Hmm, perhaps the version of node you installed is too recent -- the app was built with node 6.
Rather than to downgrade it, however, you may be able to simply move the .env file to the root folder and remove the path configuration passed to the dotenv library at the top of app.js.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to install in a Windows computer and can't get passed the npm run build command. As well your instructions say to rename the sample.env to .env but windows is preventing it. I am using a windows 8.1 OS.
The text was updated successfully, but these errors were encountered: