Dhaval Jardosh
Dhaval Jardosh

Reputation: 7309

Meteor: TypeError: module.export is not a function

Firstly installed Node 6.10.3/Node 7.10.0 Then installed Meteor 1.4

I am trying to install Meteor in Windows 8.1, after installation it suggests to restart the computer. Did.

But now I'm getting an error saying

Error

Upvotes: 0

Views: 337

Answers (1)

David R
David R

Reputation: 15667

Well, After looking at Meteor's changelog for version 1.4.4 at, http://docs.meteor.com/changelog.html#v14420170407 , I guess you need to downgrade your Node and npm to version 4.8.1 and 4.4.4 respectively.

You can grab your respective Node and npm versions here: https://nodejs.org/en/download/releases/

Hope this helps!

Upvotes: 1

Related Questions