- The peer dependencies don't work for a root project. They only seem to work for peers of other npm modules.
- I am getting an error when starting the dev server:
ERROR in Path must be a string. Received undefined
Unfortunately there is no stack trace for this but it seems to be caused by one of these:
Searching 59073 files for "Path must be a string." (regex)
/Users/andy/Development/material-ui-template/node_modules/react-native/node_modules/serve-static/index.js:
41
42 if (typeof root !== 'string') {
43: throw new TypeError('root path must be a string')
44 }
45
/Users/andy/Development/material-ui-template/node_modules/resolve/lib/async.js:
14 if (typeof x !== 'string') {
15 return process.nextTick(function () {
16: cb(new Error('path must be a string'));
17 });
18 }
/Users/andy/Development/material-ui-template/node_modules/serve-static/index.js:
42
43 if (typeof root !== 'string') {
44: throw new TypeError('root path must be a string')
45 }
46
Also I think the react-tap-event-plugin@^0.2.0 is a missing dependency.
Unfortunately there is no stack trace for this but it seems to be caused by one of these:
Also I think the react-tap-event-plugin@^0.2.0 is a missing dependency.