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

ParseError: src/stylesheets/lungo.base.styl:146:1 while building the project #346

Open
jay3dec opened this issue Jan 20, 2015 · 0 comments

Comments

@jay3dec
Copy link

jay3dec commented Jan 20, 2015

First, after I cloned the build from GitHub, I installed the dependencies.

npm install

I tried to run grunt grunt, but got an error

Error: Unable to read "package/lungo/component.json" file (Error code: ENOENT).

I opened by Gruntfile.coffee and found

pkg: grunt.file.readJSON "package/lungo/component.json"

So, I modified it as shown:

pkg: grunt.file.readJSON "package.json"

Now when I again tried to run grunt, I got another error:

>> ParseError: src/stylesheets/lungo.base.styl:146:1
>>    142| th, td, caption
>>    143|   vertical-align: top
>>    144|   text-align: left
>>    145| 
>>    146| @media=all
>> --------^
>>    147|   ::-webkit-scrollbar
>>    148|     width: 1px
>>    149|     height: 1px
>> 
>> expected "(", got "="

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

No branches or pull requests

1 participant