Skip to content
This repository has been archived by the owner on Dec 23, 2017. It is now read-only.

Fixes npm run sass-build command #62

Merged
merged 1 commit into from
Mar 25, 2015

Conversation

msecret
Copy link
Contributor

@msecret msecret commented Mar 16, 2015

When running npm run sass-build was getting the error:

> [email protected] sass-build /Users/msegreto/Developement/openFEC-web-app
> sass static/styles/sass/:static/styles/

Errno::ENOENT: No such file or directory @ rb_sysopen - static/styles/sass/
  Use --trace for backtrace.

npm ERR! [email protected] sass-build: `sass static/styles/sass/:static/styles/`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] sass-build script.
npm ERR! This is most likely a problem with the openfec-web-app package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     sass static/styles/sass/:static/styles/
npm ERR! You can get their info via:
npm ERR!     npm owner ls openfec-web-app
npm ERR! There is likely additional logging output above.
npm ERR! System Darwin 13.4.0
npm ERR! command "node" "/usr/local/bin/npm" "run" "sass-build"
npm ERR! cwd /Users/msegreto/Developement/openFEC-web-app
npm ERR! node -v v0.10.32
npm ERR! npm -v 1.4.28
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     /Users/msegreto/Developement/openFEC-web-app/npm-debug.log
npm ERR! not ok code 0

This fixes the error.

When running `npm run sass-build` was getting the error:
```
> [email protected] sass-build /Users/msegreto/Developement/openFEC-web-app
> sass static/styles/sass/:static/styles/

Errno::ENOENT: No such file or directory @ rb_sysopen - static/styles/sass/
  Use --trace for backtrace.

npm ERR! [email protected] sass-build: `sass static/styles/sass/:static/styles/`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] sass-build script.
npm ERR! This is most likely a problem with the openfec-web-app package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     sass static/styles/sass/:static/styles/
npm ERR! You can get their info via:
npm ERR!     npm owner ls openfec-web-app
npm ERR! There is likely additional logging output above.
npm ERR! System Darwin 13.4.0
npm ERR! command "node" "/usr/local/bin/npm" "run" "sass-build"
npm ERR! cwd /Users/msegreto/Developement/openFEC-web-app
npm ERR! node -v v0.10.32
npm ERR! npm -v 1.4.28
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     /Users/msegreto/Developement/openFEC-web-app/npm-debug.log
npm ERR! not ok code 0
```

This fixes the error.
@msecret
Copy link
Contributor Author

msecret commented Mar 16, 2015

theresaanna added a commit that referenced this pull request Mar 25, 2015
Fixes `npm run sass-build` command
@theresaanna theresaanna merged commit 46ab6f2 into fecgov:master Mar 25, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants