Meteor create issue?

Today I tried creating a new project, so I opened an node.js command prompt and typed: meteor create mcdTest

I then went into the mcdTest directory and typed: meteor

After a while it returns the following error:

W20170407-14:45:17.465(1)? (STDERR) C:\dev\mdcTest\.meteor\local\build\programs\server\boot.js:356
W20170407-14:45:17.466(1)? (STDERR) }).run();
W20170407-14:45:17.467(1)? (STDERR)    ^
W20170407-14:45:17.468(1)? (STDERR)
W20170407-14:45:17.469(1)? (STDERR) Error: Cannot find module './id_map.js'
W20170407-14:45:17.470(1)? (STDERR)     at Function.require.resolve (packages\modules-runtime.js:145:19)
W20170407-14:45:17.471(1)? (STDERR)     at Module.resolve (packages\modules-runtime.js:95:25)
W20170407-14:45:17.471(1)? (STDERR)     at Module.Mp.importSync (C:\Users\Goobru\AppData\Local\.meteor\packages\modules\0.8.1\npm\node_modules\reify\lib\runtime.js:79:29)
W20170407-14:45:17.473(1)? (STDERR)     at meteorInstall.node_modules.meteor.ddp-client.livedata_connection.js (packages/ddp-client/livedata_connection.js:1:152)
W20170407-14:45:17.474(1)? (STDERR)     at fileEvaluate (packages\modules-runtime.js:197:9)
W20170407-14:45:17.477(1)? (STDERR)     at require (packages\modules-runtime.js:120:16)
W20170407-14:45:17.478(1)? (STDERR)     at C:\dev\mdcTest\.meteor\local\build\programs\server\packages\ddp-client.js:2322:1
W20170407-14:45:17.480(1)? (STDERR)     at C:\dev\mdcTest\.meteor\local\build\programs\server\packages\ddp-client.js:2334:3
W20170407-14:45:17.481(1)? (STDERR)     at C:\dev\mdcTest\.meteor\local\build\programs\server\boot.js:303:34
W20170407-14:45:17.481(1)? (STDERR)     at Array.forEach (native)

I mentioned this issue to a colleague who repeated the steps on his computer, and he also gets the same error. It has been a while since I tried creating a new project - am I doing something wrong??!!

(I’m using Meteor v1.4.3.2)

1 Like

Same! I’m in a hackathon! Help me!

Stupid fix: I used the .meteor folder of an older project. Something seems to break the projects so downgrading alone is not an option.

1 Like