-
Notifications
You must be signed in to change notification settings - Fork 830
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
npm install failed #208
Comments
Thank you @fontani for reporting this. It looks like it might be a Windows/npm related issue. I suggest that you try running the command |
thanks @kaelig did what you suggested: run gulp without hte npm and got an error when generating ui, check below, what do you think? C:\Users\maq 2\OneDrive- TWG\UXUI\designmaster>gulp |
Thank you for the report. There was an issue in 1.0.2, sorry for the inconvenience. Could you please try with the new version 1.0.3 and let us know how it goes? |
no luck yet. I tried 1.0.3 and it went like this: npm start gave me the same error than the first time. so I did the gulp thing without the npm and got this error: C:\Users\maq 2\OneDrive- TWG\UXUI\designmaster>gulp then I just wanted to check if this is a blocker when serving the slds. so I did gulp serve and got the localhost url but the page says "cannot GET" and the error in the console is this: C:\Users\maq 2\OneDrive- TWG\UXUI\designmaster>gulp thanks for looking into this, let me know if there is anything I could do |
Thank you for trying! I'll look further into it. |
I was able to reproduce the issue in a Windows VM. @aputinski looks like the |
Thanks for finding the problem! Shouldn't be too hard to fix. |
is there any update on this one? let me know please thank you |
@fontani I apologize for the delay. I will try to get to this as soon as possible. |
Hi @aputinski is there anything I can do to help? let me know :D |
Thanks for following up and for your patience, @fontani! @aputinski has fixed it in our internal branch. We will release a public patch very soon. Watch this space! |
excelent! 2016-05-17 13:59 GMT-03:00 Kaelig [email protected]:
|
Fix Windows compatibility. Fixes #208.
* spring-16: Use full SHA Publish Travis updates Remove unnecessary and mis-spelt ariaL-label attribute from icon and token search inputs Remove comment Fix Windows compatibility. Fixes #208. Remove the background on active footer links (#905) Add title to icon for a11y Make sure state and flavor IDs are unique Fix typos and whitespace Add some boilerplate to the examples Trim at the right moment Fix documentation indentation Trim code blocks Add link to 1.0.3 Add unmanaged package for 1.0.3 Update RELEASENOTES.md
@fontani thanks again for your patience. This should now be fixed in the new 1.0.4. Let us know how this goes for you! |
* summer-16: Remove comment Fix Windows compatibility. Fixes #208. Remove the background on active footer links (#905) Add title to icon for a11y fixed url paths within documentation moved grid and media object to utilities Make sure state and flavor IDs are unique Add metadata to package.json Fix typos and whitespace Add some boilerplate to the examples Trim at the right moment Fix documentation indentation Trim code blocks Add link to 1.0.3 Add unmanaged package for 1.0.3 Update RELEASENOTES.md
* winter-17: (28 commits) Quiet the hound Vertical record home updates Syntax fixes Fix media object path Remove immutables Move grid class to utiities Add linting comment Make zero spacing helpers immutable Add record home vertical Add additional vertical spacing on list helper Add grid helper helper for flex-start Fix path to media objects module Remove comment Initial commit Fix Windows compatibility. Fixes #208. Remove the background on active footer links (#905) Add title to icon for a11y fixed url paths within documentation moved grid and media object to utilities Make sure state and flavor IDs are unique ...
¡Hola!
Acabo de firmar la petición "[email protected]: Reclamamos y
pedimos ayuda para la rehabilitación de Wolfie" y me gustaría que te
sumaras a ella.
Nuestro objetivo es conseguir 2,500 firmas y necesitamos más personas que
la apoyen. Podés tener más información sobre la misma y firmarla acá:
http://chng.it/rFKss8PxwF
¡Muchas gracias!
Leonardo
|
Hi all. Was trying to install this in my pc (windows 7 64). and the npm start is failing. checked npm version: 2.14.4, node is 4.1.1. cleaned cache and tried several times without luck, here is the log I got, I am a designer so not much of a clue here, let me know if I am missing something thanks
0 info it worked if it ends with ok
1 verbose cli [ 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'start' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info prestart [email protected]
6 info start [email protected]
7 verbose unsafe-perm in lifecycle true
8 info [email protected] Failed to exec start script
9 verbose stack Error: [email protected] start:
npm run gulp
9 verbose stack Exit status 1
9 verbose stack at EventEmitter. (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:214:16)
9 verbose stack at emitTwo (events.js:87:13)
9 verbose stack at EventEmitter.emit (events.js:172:7)
9 verbose stack at ChildProcess. (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:24:14)
9 verbose stack at emitTwo (events.js:87:13)
9 verbose stack at ChildProcess.emit (events.js:172:7)
9 verbose stack at maybeClose (internal/child_process.js:817:16)
9 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
10 verbose pkgid [email protected]
11 verbose cwd C:\Users\maq 2\OneDrive- TWG\UXUI\designmaster
12 error Windows_NT 6.1.7601
13 error argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "start"
14 error node v4.1.1
15 error npm v2.14.4
16 error code ELIFECYCLE
17 error [email protected] start:
npm run gulp
17 error Exit status 1
18 error Failed at the [email protected] start script 'npm run gulp'.
18 error This is most likely a problem with the design-system package,
18 error not with npm itself.
18 error Tell the author that this fails on your system:
18 error npm run gulp
18 error You can get their info via:
18 error npm owner ls design-system
18 error There is likely additional logging output above.
19 verbose exit [ 1, true ]
The text was updated successfully, but these errors were encountered: