-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
Problems with npm install in the material-ui folder #1118
Labels
core
Infrastructure work going on behind the scenes
Comments
#1117 fix this |
@jschlot Can you confirm npm install of material-ui? |
Fixed by #1117 |
Thanks @jschlot @oliviertassinari @jkruder |
oliviertassinari
added
the
status: waiting for maintainer
These issues haven't been looked at yet by a maintainer
label
Dec 25, 2022
zannager
added
core
Infrastructure work going on behind the scenes
and removed
status: waiting for maintainer
These issues haven't been looked at yet by a maintainer
labels
Jan 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using gulpfile ~/Sites/marathon/material-ui/docs/gulpfile.js
[15:53:03] Starting 'setWatch'...
[15:53:03] Finished 'setWatch' after 103 μs
[15:53:03] Starting 'eslint'...
[15:53:03] Starting 'markup'...
[15:53:03] Starting 'fontIcons'...
[15:53:03] Starting 'css'...
[15:53:05] 'eslint' errored after 1.44 s
[15:53:05] ESLintError in plugin 'gulp-eslint'
Message:
Missing trailing comma.
Details:
fileName: /Users/jackschlotthauer/Sites/marathon/material-ui/src/avatar.jsx
lineNumber: 39
[15:53:05] Finished 'css' after 1.47 s
[15:53:07] Finished 'fontIcons' after 4.1 s
[15:53:07] Finished 'markup' after 4.24 s
npm ERR! Darwin 14.4.0
npm ERR! argv "node" "/usr/local/bin/npm" "start"
npm ERR! node v0.12.7
npm ERR! npm v2.12.1
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start:
gulp
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'gulp'.
npm ERR! This is most likely a problem with the material-ui-docs package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! gulp
npm ERR! You can get their info via:
npm ERR! npm owner ls material-ui-docs
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/jackschlotthauer/Sites/marathon/material-ui/docs/npm-debug.log
The text was updated successfully, but these errors were encountered: