Skip to content
This repository has been archived by the owner on May 15, 2018. It is now read-only.

Throwing Error - Path must be a string - not able to create app #2

Open
manu-codes opened this issue Oct 18, 2017 · 0 comments
Open

Comments

@manu-codes
Copy link

Environment used

OS- Microsoft Windows [Version 10.0.10240]
Node - v8.7.0
NPM - 5.4.2

Steps to reproduce:-

  1. install zeix-react-redux-boilerplate
  2. 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)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant