Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: Path must be a string. Received undefined #1

Open
joelcolucci opened this issue Dec 4, 2016 · 0 comments
Open

TypeError: Path must be a string. Received undefined #1

joelcolucci opened this issue Dec 4, 2016 · 0 comments

Comments

@joelcolucci
Copy link
Owner

joelcolucci commented Dec 4, 2016

If a file is picked up by gulp.src glob AND no route exists in arlo.schema execution breaks.

See stack trace below:

events.js:160
      throw er; // Unhandled 'error' event
      ^
TypeError: Path must be a string. Received undefined
    at assertPath (path.js:7:11)
    at Object.join (path.js:1211:7)
    at DestroyableTransform._transform (/Users/joelcolucci/Code/arlo/lib/index.js:32:22)
    at DestroyableTransform.Transform._read (/Users/joelcolucci/Code/arlo/node_modules/through2/node_modules/readable-stream/li
b/_stream_transform.js:159:10)
    at DestroyableTransform.Transform._write (/Users/joelcolucci/Code/arlo/node_modules/through2/node_modules/readable-stream/l
ib/_stream_transform.js:147:83)
    at doWrite (/Users/joelcolucci/Code/arlo/node_modules/through2/node_modules/readable-stream/lib/_stream_writable.js:347:64)
    at writeOrBuffer (/Users/joelcolucci/Code/arlo/node_modules/through2/node_modules/readable-stream/lib/_stream_writable.js:3
36:5)
    at DestroyableTransform.Writable.write (/Users/joelcolucci/Code/arlo/node_modules/through2/node_modules/readable-stream/lib
/_stream_writable.js:274:11)
    at DestroyableTransform.ondata (/Users/joelcolucci/Code/joelcolucci/node_modules/readable-stream/lib/_stream_readable.js:54
6:20)
    at emitOne (events.js:96:13)
@joelcolucci joelcolucci changed the title TypeError: Path must be a string. Received undefined TypeError: Path must be a string. Received undefined TypeError: Path must be a string. Received undefined Dec 22, 2017
@joelcolucci joelcolucci changed the title TypeError: Path must be a string. Received undefined TypeError: Path must be a string. Received undefined TypeError: Path must be a string. Received undefined Dec 22, 2017
@joelcolucci joelcolucci added the bug label Jan 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant