We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First, after I cloned the build from GitHub, I installed the dependencies.
npm install
I tried to run grunt grunt, but got an error
grunt
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 "="
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First, after I cloned the build from GitHub, I installed the dependencies.
I tried to run grunt
grunt
, but got an errorI opened by Gruntfile.coffee and found
So, I modified it as shown:
Now when I again tried to run
grunt
, I got another error:The text was updated successfully, but these errors were encountered: