elm-community / elm-webpack-starter

Boilerplate for developing Elm apps on Webpack

Home Page:http://elm-community.org/elm-webpack-starter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot find module "glob"

kittykatattack opened this issue · comments

Hi!

I've followed the instructions on the README to install this on OSX.
I'm getting this error at sudo npm run reinstall:

Binary found at /Users/rvanderspuy/newspaper_interview_18/node_modules/node-sass/vendor/darwin-x64-46/binding.node
Testing binary
Binary is fine
npm ERR! Darwin 15.6.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "i"
npm ERR! node v4.5.0
npm ERR! npm  v2.15.9
npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package elm-webpack-loader@3.1.0 does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer elm-hot-loader@0.5.4 wants elm-webpack-loader@^4.1.1

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/rvanderspuy/newspaper_interview_18/npm-debug.log

npm ERR! Darwin 15.6.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "reinstall"
npm ERR! node v4.5.0
npm ERR! npm  v2.15.9
npm ERR! code ELIFECYCLE
npm ERR! elm-webpack-starter@0.8.2 reinstall: `npm i rimraf && rimraf node_modules && npm uninstall -g elm && npm i -g elm && npm i && elm package install`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the elm-webpack-starter@0.8.2 reinstall script 'npm i rimraf && rimraf node_modules && npm uninstall -g elm && npm i -g elm && npm i && elm package install'.
npm ERR! This is most likely a problem with the elm-webpack-starter package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     npm i rimraf && rimraf node_modules && npm uninstall -g elm && npm i -g elm && npm i && elm package install
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs elm-webpack-starter
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! 
npm ERR!     npm owner ls elm-webpack-starter
npm ERR! There is likely additional logging output above.

When I run nam start I get this message:

ERROR in Cannot find module 'glob'
 @ ./src/static/index.js 7:10-34

Any idea what might be wrong?