2017-02-08 6 views
0

У меня есть докер-контейнер из узла: 6 официальных изображений. Я хотел бы попробовать это проект: https://github.com/mozilla/fxa-webrtc-idpОбновление модуля graceful-fs до последней версии

версия узла является 6.9.5 НОЙ версии 3.10.10

когда я EXEC npm test, это то, что appairs:

[email protected]:/fxa-webrtc-idp# npm test 
npm info it worked if it ends with ok 
npm info using [email protected] 
npm info using [email protected] 
npm info lifecycle [email protected]~pretest: [email protected] 
npm info lifecycle [email protected]~test: [email protected] 

> [email protected] test /fxa-webrtc-idp 
> LOG_LEVEL=error grunt test --node-env=test 

(node:354) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version. 
Running "copyright:app" (copyright) task 

Running "eslint:files" (eslint) task 


Running "mochaTest:test" (mochaTest) task 


    the route /sign 
    ✓ returns a 401 when the request is not authenticated 
    ✓ returns a signed assertion when the request is authenticated 

    the route/
    ✓ should return version information 

    the route /__version__ 
    ✓ should return version information 


    4 passing (44ms) 


Running "mochaTest:coverage" (mochaTest) task 
    Coverage Summary: 
    Name       Stmts Miss Cover Missing 
    ----------------------------------------------------------- 
    lib/app.js      22  0 100% 
    lib/logging/summary.js   14  3  79% 14,30,31 
    lib/routes/index.js    1  0 100% 
    lib/routes/oauthBegin.js   7  2  71% 20,25 
    lib/routes/oauthComplete.js  8  2  75% 18,24 
    lib/routes/sign.js    10  0 100% 
    lib/routes/verify.js   16  9  44% 14,23,26,27,29,31,32,35,37 
    lib/routes/version.js   52  8  85% 34,35,47,48,60,61,74,75 
    =========================================================== 
    TOTAL       130  24  82% 


Running "mochaTest:travis-cov" (mochaTest) task 
Coverage: 81% 
Code coverage below threshold: 81 < 95 


Execution Time (2017-02-08 11:46:19 UTC) 
loading tasks  1s ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 58% 
eslint:files 432ms ▇▇▇▇▇▇▇▇▇▇▇▇ 25% 
mochaTest:test 287ms ▇▇▇▇▇▇▇▇ 16% 
Total 1.8s 

npm info lifecycle [email protected]~test: Failed to exec test script 
npm ERR! Test failed. See above for more details. 

Когда я Exec npm ls graceful-fs это то, что appairs:

[email protected]:/fxa-webrtc-idp# npm ls graceful-fs 
npm info it worked if it ends with ok 
npm info using [email protected] 
npm info using [email protected] 
[email protected] /fxa-webrtc-idp 
+-- [email protected] 
| `-- [email protected] 
| `-- [email protected] 
+-- [email protected] 
| `-- [email protected] 
| `-- [email protected] 
|  +-- [email protected] 
|  | `-- [email protected] 
|  `-- [email protected] 
|  `-- [email protected] 
+-- [email protected] 
| `-- [email protected] 
| `-- [email protected] 
|  `-- [email protected] 
|  `-- [email protected] 
+-- [email protected] 
| `-- [email protected] 
| `-- [email protected] 
|  `-- [email protected] 
|  +-- [email protected] 
|  | `-- [email protected] 
|  `-- [email protected] 
|   `-- [email protected] 
|   `-- [email protected] 
+-- [email protected] 
| `-- [email protected] 
| +-- [email protected] 
| | `-- [email protected] 
| | `-- [email protected] 
| `-- [email protected] 
|  `-- [email protected] 
|  +-- [email protected] 
|  `-- [email protected] 
|   `-- [email protected] 
`-- [email protected] 
    `-- [email protected] 
    `-- [email protected] 
     `-- [email protected] 
     `-- [email protected] 
      `-- [email protected] 

npm info ok 

Как я могу решить мою проблему? Спасибо за поддержку

ответ

0

Попробуйте модернизировать свою npm. Это могло бы помочь, как и для меня с подобной ошибкой. Пожалуйста, запустите следующую команду и

НПМ установки NPM @ последняя -g

+0

thanks.After, что я пробовал тест НПМ, это то, что appairs Сейчас: module.js: 471 перекидной ERR; Ошибка: не удается найти «semver» модуля в Function.Module._resolveFilename (module.js: 469: 15) в Function.Module._load (module.js: 417: 25) в Module.require (module.js: 497: 17) по требованию (internal/module.js: 20: 19) в Object. (/usr/local/lib/node_modules/npm/lib/utils/unsupported.js:2:14) в Module._compile (module.js: 570: 32) в Object.Module._extensions..js (module. js: 579: 10) в Module.load (module.js: 487: 32) в tryModuleLoad (module.js: 446: 12) в Function.Module._load (module.js: 438: 3) – pier92

+0

Пожалуйста, следуйте ниже ссылки за ту же ошибку. Спасибо http://stackoverflow.com/questions/33870520/npm-install-cannot-find-module-semver – sourabh

Смежные вопросы