You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
ERRORinPathmustbeastring.Receivedundefined
Unfortunately there is no stack trace for this but it seems to be caused by one of these:
Searching59073filesfor"Path must be a string."(regex)/Users/andy/Development/material-ui-template/node_modules/react-native/node_modules/serve-static/index.js:
4142if(typeofroot!=='string'){43: thrownewTypeError('root path must be a string')44}45/Users/andy/Development/material-ui-template/node_modules/resolve/lib/async.js:
14if(typeofx!=='string'){15returnprocess.nextTick(function(){16: cb(newError('path must be a string'));17});18}/Users/andy/Development/material-ui-template/node_modules/serve-static/index.js:
4243if(typeofroot!=='string'){44: thrownewTypeError('root path must be a string')45}46
Also I think the react-tap-event-plugin@^0.2.0 is a missing dependency.
The text was updated successfully, but these errors were encountered:
richtera
added a commit
to richtera/material-ui-template
that referenced
this issue
Sep 21, 2016
So all these problems were related to using node v6. node v5 seems to install peerDependencies on a root project but v6 does not (I guess it's npm's doing but the packaged npm for v6 ignores peerDependencies for the root project)
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.
The text was updated successfully, but these errors were encountered: