mattmakai/slack-starterbot

export is not recognized as an internal or external command

Opened this issue ยท 7 comments

When i tried to export the token as environment variable , it throws as error export is not recognized as an internal or external command , how to resolve this .

image

image


In Windows use "set" instead of "export"

set is also not work for me what to do now and also there is no error while using
set DATABASEURL=mongodb://localhost/yelp_camp_v10

On Windows "set" is working

For MAC use "export " for WINDOWS "set"

set is not working for me....WINDOWS

yes, set is't working

thanks ! set works on my windows