markerikson / react-redux-cesium-testing-demo

A sample project demonstrating configuration of React, Redux, Webpack, Cesium, and Mocha
ISC License
51 stars 7 forks source link

"Path must be a string.Received undefined" #2

Closed js2me closed 7 years ago

js2me commented 7 years ago

After commands: npm run dll:build npm run test:build npm run dev I see same problem in ./src/index.js image

js2me commented 7 years ago

lol. downgrade node from 6.8.1 to 5.11.1 and all is ok

image

markerikson commented 7 years ago

Heh. Yeah, I created this about a year ago, and I was probably running on Node 4 (?) at the time.

I'm hoping to write a blog post soon that discusses how to use Cesium with React and Webpack, and will put together an updated sample repo to go along with the post.

valentinmk commented 7 years ago

Hi, same error but i need to run it on nodejs 7. Is there are ideas where to locate this error?