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
{{ message }}
This repository was archived by the owner on May 15, 2018. It is now read-only.
OS- Microsoft Windows [Version 10.0.10240]
Node - v8.7.0
NPM - 5.4.2
Steps to reproduce:-
install zeix-react-redux-boilerplate
create app using command make-the-web-great-again
Expected to create folder and the files required, but it is throwing the following error.
path.js:28
throw new TypeError('Path must be a string. Received ' + inspect(path));
^
TypeError: Path must be a string. Received undefined
at assertPath (path.js:28:11)
at Object.join (path.js:503:7)
at Object. (C:\Users<username>\AppData\Roaming\npm\node_modules\zeix-react-redux-boilerplate\bin\create-zeix-app.js:9:29)
at Module._compile (module.js:624:30)
at Object.Module._extensions..js (module.js:635:10)
at Module.load (module.js:545:32)
at tryModuleLoad (module.js:508:12)
at Function.Module._load (module.js:500:3)
at Function.Module.runMain (module.js:665:10)
at startup (bootstrap_node.js:187:16)