dpatnaik
dpatnaik

Reputation: 188

Stetting environment variable in meteor

I'm trying to set an environment variable for the first time (Windows 8.1, 64 bit) and I keep getting this: error: 'export' is not recognized as an internal or external command, operable program or batch file

What do I do to fix?

Upvotes: 2

Views: 268

Answers (2)

dpatnaik
dpatnaik

Reputation: 188

I got answer to this question. In Windows environment you use Set command, not Export

Upvotes: 0

maciekz
maciekz

Reputation: 96

In Windows environment you use Set command, not Export

Upvotes: 2

Related Questions