Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

errors on meteor deploy #3

Closed
mattybow opened this issue Dec 1, 2014 · 3 comments
Closed

errors on meteor deploy #3

mattybow opened this issue Dec 1, 2014 · 3 comments

Comments

@mattybow
Copy link

mattybow commented Dec 1, 2014

Hey Steve, I'm getting the error below when I try to execute meteor deploy. I don't have any special configurations and it works fine when running meteor locally. Do you have any suggestions?

├── lib
│   ├── collections
│   │   └── barData.js
│   ├── router.js
│   ├── sass
│   │   ├── layout.scss
│   │   └── main.scss

Errors prevented deploying:
While Building the application:               
path.js:313:15: Arguments to path.resolve must be strings (compiling lib/sass/loading.scss)
  at Object.exports.resolve (path.js:313:15)
  at Object.exports.relative (path.js:370:20)
  at updateCompileStepPaths (packages/compileSass/plugin/compile-sass.js:144)
  at INCLUDE_PATHS_FILENAME (packages/compileSass/plugin/compile-sass.js:164)

path.js:313:15: Arguments to path.resolve must be strings (compiling lib/sass/main.scss)
  at Object.exports.resolve (path.js:313:15)
  at Object.exports.relative (path.js:370:20)
  at updateCompileStepPaths (packages/compileSass/plugin/compile-sass.js:144)
  at INCLUDE_PATHS_FILENAME (packages/compileSass/plugin/compile-sass.js:164)
@josephfinlayson
Copy link

Broken for me too.

@stevezhu
Copy link
Owner

stevezhu commented Dec 8, 2014

This should be fixed on v1.3.2. Tell me how it goes =]

@mattybow
Copy link
Author

mattybow commented Dec 8, 2014

woo hoo! it works, thanks for the update

@mattybow mattybow closed this as completed Dec 8, 2014
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

3 participants