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 was archived by the owner on Jan 5, 2021. It is now read-only.
Hi Adam, I've been wanting to try this out for a long time but none of this worked for me. What OS should this work on? Just Mac? First off the clone didn't work without a login so cloning by https worked better. Then I get a message that the package.json doesn't have a license field. Then when I run it I get an error that NODE_ENV is not recognized. This is on Windows. I have not tried it on Ubuntu yet. Was just curious what everyone is running this on to make it work.
Thanks
The text was updated successfully, but these errors were encountered:
This most definitely works on Windows & Mac. In my case the playground demo didn't run on Wndows because it didn't recognize SET_ENV as an internal or external command in package.json. I fixed it by adding the cross-env package and prepending cross-env to the scripts commands.
Hi Adam, I've been wanting to try this out for a long time but none of this worked for me. What OS should this work on? Just Mac? First off the clone didn't work without a login so cloning by https worked better. Then I get a message that the package.json doesn't have a license field. Then when I run it I get an error that NODE_ENV is not recognized. This is on Windows. I have not tried it on Ubuntu yet. Was just curious what everyone is running this on to make it work.
Thanks
The text was updated successfully, but these errors were encountered: