npm / npm

This repository is moving to: https://github.com/npm/cli
http://npm.community
17.53k stars 3.03k forks source link

no such package available #8414

Closed penzhan8451 closed 8 years ago

penzhan8451 commented 9 years ago

Dears,

When run 'npm install' from my project (os: windows 7), I got the below exception:

npm ERR! Error: no such package available : ipaas-constants
npm ERR!     at RegClient.<anonymous> (D:\TenX_All\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.
js:308:14)
npm ERR!     at Request._callback (D:\TenX_All\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:2
46:65)
npm ERR!     at Request.self.callback (D:\TenX_All\nodejs\node_modules\npm\node_modules\request\request.js:236:22)
npm ERR!     at Request.emit (events.js:98:17)
npm ERR!     at Request.<anonymous> (D:\TenX_All\nodejs\node_modules\npm\node_modules\request\request.js:1142:14)
npm ERR!     at Request.emit (events.js:117:20)
npm ERR!     at IncomingMessage.<anonymous> (D:\TenX_All\nodejs\node_modules\npm\node_modules\request\request.js:1096:12
)
npm ERR!     at IncomingMessage.emit (events.js:117:20)
npm ERR!     at _stream_readable.js:944:16
npm ERR!     at process._tickCallback (node.js:442:13)
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Windows_NT 6.1.7601
npm ERR! command "D:\\TenX_All\\nodejs\\\\node.exe" "D:\\TenX_All\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"

npm ERR! cwd D:\TenX_All\Capstone\JimZhang_Repository\front-end
npm ERR! node -v v0.10.35
npm ERR! npm -v 1.4.28
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     D:\TenX_All\Capstone\JimZhang_Repository\front-end\npm-debug.log
npm ERR! not ok code 0

My package is like:

"dependencies": {
        ......
      "ipaas-constants": "file:../common-lib/constants"
}

and 'common-lib/constants' project has been existed.

What is happening ? I hope can get your great help!

Thanks.

penzhan8451 commented 9 years ago

I attached entire npm-debug.log here:

0 info it worked if it ends with ok
1 verbose cli [ 'D:\\TenX_All\\nodejs\\\\node.exe',
1 verbose cli   'D:\\TenX_All\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli   'install' ]
2 info using npm@1.4.28
3 info using node@v0.10.35
4 verbose node symlink D:\TenX_All\nodejs\\node.exe
5 verbose readDependencies using package.json deps
6 verbose install where, deps [ 'D:\\TenX_All\\Capstone\\JimZhang_Repository\\front-end',
6 verbose install   [ 'bluebird',
6 verbose install     'body-parser',
6 verbose install     'cookie-parser',
6 verbose install     'errorhandler',
6 verbose install     'express',
6 verbose install     'gravatar',
6 verbose install     'i18next',
6 verbose install     'jade',
6 verbose install     'jsonwebtoken',
6 verbose install     'local-links',
6 verbose install     'locale',
6 verbose install     'log4js',
6 verbose install     'messageformat',
6 verbose install     'multer',
6 verbose install     'nano',
6 verbose install     'nconf',
6 verbose install     'node-uuid',
6 verbose install     'passport',
6 verbose install     'passport-oauth',
6 verbose install     'q',
6 verbose install     'request',
6 verbose install     'serve-favicon',
6 verbose install     'underscore',
6 verbose install     'uuid',
6 verbose install     'ipaas-accountMgr',
6 verbose install     'ipaas-connectorMgr',
6 verbose install     'ipaas-connectorFactory',
6 verbose install     'ipaas-cloudant',
6 verbose install     'ipaas-persistence',
6 verbose install     'ipaas-databases',
6 verbose install     'ipaas-utils',
6 verbose install     'ipaas-constants',
6 verbose install     'gulp',
6 verbose install     'gulp-sass',
6 verbose install     'gulp-watch',
6 verbose install     'vinyl-source-stream',
6 verbose install     'vinyl-buffer',
6 verbose install     'watchify',
6 verbose install     'browserify',
6 verbose install     'templatizer',
6 verbose install     'gulp-util',
6 verbose install     'gulp-notify',
6 verbose install     'pretty-hrtime',
6 verbose install     'lodash.assign',
6 verbose install     'browserify-shim',
6 verbose install     'jquery',
6 verbose install     'domready',
6 verbose install     'ampersand-app',
6 verbose install     'ampersand-dom',
6 verbose install     'ampersand-form-view',
6 verbose install     'ampersand-input-view',
6 verbose install     'ampersand-model',
6 verbose install     'ampersand-rest-collection',
6 verbose install     'ampersand-router',
6 verbose install     'ampersand-view',
6 verbose install     'ampersand-view-switcher',
6 verbose install     'ampersand-select-view',
6 verbose install     'c3' ] ]
7 info preinstall ibm-firefly@0.1.0
8 verbose readDependencies using package.json deps
9 verbose already installed skipping bluebird@^2.9.25 D:\TenX_All\Capstone\JimZhang_Repository\front-end
10 verbose already installed skipping body-parser@^1.5.2 D:\TenX_All\Capstone\JimZhang_Repository\front-end
11 verbose already installed skipping cookie-parser@^1.3.4 D:\TenX_All\Capstone\JimZhang_Repository\front-end
12 verbose already installed skipping errorhandler@^1.1.1 D:\TenX_All\Capstone\JimZhang_Repository\front-end
13 verbose already installed skipping express@^4.12.3 D:\TenX_All\Capstone\JimZhang_Repository\front-end
14 verbose already installed skipping gravatar@^1.1.1 D:\TenX_All\Capstone\JimZhang_Repository\front-end
15 verbose already installed skipping i18next@^1.7.10 D:\TenX_All\Capstone\JimZhang_Repository\front-end
16 verbose already installed skipping jade@^1.9.2 D:\TenX_All\Capstone\JimZhang_Repository\front-end
17 verbose already installed skipping jsonwebtoken@^5.0.0 D:\TenX_All\Capstone\JimZhang_Repository\front-end
18 verbose already installed skipping local-links@^1.3.0 D:\TenX_All\Capstone\JimZhang_Repository\front-end
19 verbose already installed skipping locale@0.0.20 D:\TenX_All\Capstone\JimZhang_Repository\front-end
20 verbose already installed skipping log4js@^0.6.22 D:\TenX_All\Capstone\JimZhang_Repository\front-end
21 verbose already installed skipping messageformat@^0.2.2 D:\TenX_All\Capstone\JimZhang_Repository\front-end
22 verbose already installed skipping multer@^0.1.3 D:\TenX_All\Capstone\JimZhang_Repository\front-end
23 verbose already installed skipping nano@^6.1.2 D:\TenX_All\Capstone\JimZhang_Repository\front-end
24 verbose already installed skipping nconf@~0.6 D:\TenX_All\Capstone\JimZhang_Repository\front-end
25 verbose already installed skipping node-uuid@^1.4.3 D:\TenX_All\Capstone\JimZhang_Repository\front-end
26 verbose already installed skipping passport@0.2.0 D:\TenX_All\Capstone\JimZhang_Repository\front-end
27 verbose already installed skipping passport-oauth@1.0.0 D:\TenX_All\Capstone\JimZhang_Repository\front-end
28 verbose already installed skipping q@^1.2.0 D:\TenX_All\Capstone\JimZhang_Repository\front-end
29 verbose already installed skipping request@^2.55.0 D:\TenX_All\Capstone\JimZhang_Repository\front-end
30 verbose already installed skipping serve-favicon@^2.2.0 D:\TenX_All\Capstone\JimZhang_Repository\front-end
31 verbose already installed skipping underscore@^1.8.3 D:\TenX_All\Capstone\JimZhang_Repository\front-end
32 verbose already installed skipping uuid@^2.0.1 D:\TenX_All\Capstone\JimZhang_Repository\front-end
33 verbose cache add [ 'ipaas-accountMgr@file:../common-lib/accountMgr', null ]
34 verbose cache add name=undefined spec="ipaas-accountMgr@file:../common-lib/accountMgr" args=["ipaas-accountMgr@file:../common-lib/accountMgr",null]
35 verbose parsed url { protocol: null,
35 verbose parsed url   slashes: null,
35 verbose parsed url   auth: null,
35 verbose parsed url   host: null,
35 verbose parsed url   port: null,
35 verbose parsed url   hostname: null,
35 verbose parsed url   hash: null,
35 verbose parsed url   search: null,
35 verbose parsed url   query: null,
35 verbose parsed url   pathname: 'ipaas-accountMgr@file:../common-lib/accountMgr',
35 verbose parsed url   path: 'ipaas-accountMgr@file:../common-lib/accountMgr',
35 verbose parsed url   href: 'ipaas-accountMgr@file:../common-lib/accountMgr' }
36 verbose cache add [ 'ipaas-connectorMgr@file:../common-lib/connectorMgr', null ]
37 verbose cache add name=undefined spec="ipaas-connectorMgr@file:../common-lib/connectorMgr" args=["ipaas-connectorMgr@file:../common-lib/connectorMgr",null]
38 verbose parsed url { protocol: null,
38 verbose parsed url   slashes: null,
38 verbose parsed url   auth: null,
38 verbose parsed url   host: null,
38 verbose parsed url   port: null,
38 verbose parsed url   hostname: null,
38 verbose parsed url   hash: null,
38 verbose parsed url   search: null,
38 verbose parsed url   query: null,
38 verbose parsed url   pathname: 'ipaas-connectorMgr@file:../common-lib/connectorMgr',
38 verbose parsed url   path: 'ipaas-connectorMgr@file:../common-lib/connectorMgr',
38 verbose parsed url   href: 'ipaas-connectorMgr@file:../common-lib/connectorMgr' }
39 verbose cache add [ 'ipaas-connectorFactory@file:../common-lib/connectorFactory',
39 verbose cache add   null ]
40 verbose cache add name=undefined spec="ipaas-connectorFactory@file:../common-lib/connectorFactory" args=["ipaas-connectorFactory@file:../common-lib/connectorFactory",null]
41 verbose parsed url { protocol: null,
41 verbose parsed url   slashes: null,
41 verbose parsed url   auth: null,
41 verbose parsed url   host: null,
41 verbose parsed url   port: null,
41 verbose parsed url   hostname: null,
41 verbose parsed url   hash: null,
41 verbose parsed url   search: null,
41 verbose parsed url   query: null,
41 verbose parsed url   pathname: 'ipaas-connectorFactory@file:../common-lib/connectorFactory',
41 verbose parsed url   path: 'ipaas-connectorFactory@file:../common-lib/connectorFactory',
41 verbose parsed url   href: 'ipaas-connectorFactory@file:../common-lib/connectorFactory' }
42 verbose cache add [ 'ipaas-cloudant@file:../common-lib/cloudant', null ]
43 verbose cache add name=undefined spec="ipaas-cloudant@file:../common-lib/cloudant" args=["ipaas-cloudant@file:../common-lib/cloudant",null]
44 verbose parsed url { protocol: null,
44 verbose parsed url   slashes: null,
44 verbose parsed url   auth: null,
44 verbose parsed url   host: null,
44 verbose parsed url   port: null,
44 verbose parsed url   hostname: null,
44 verbose parsed url   hash: null,
44 verbose parsed url   search: null,
44 verbose parsed url   query: null,
44 verbose parsed url   pathname: 'ipaas-cloudant@file:../common-lib/cloudant',
44 verbose parsed url   path: 'ipaas-cloudant@file:../common-lib/cloudant',
44 verbose parsed url   href: 'ipaas-cloudant@file:../common-lib/cloudant' }
45 verbose cache add [ 'ipaas-persistence@file:../common-lib/persistence', null ]
46 verbose cache add name=undefined spec="ipaas-persistence@file:../common-lib/persistence" args=["ipaas-persistence@file:../common-lib/persistence",null]
47 verbose parsed url { protocol: null,
47 verbose parsed url   slashes: null,
47 verbose parsed url   auth: null,
47 verbose parsed url   host: null,
47 verbose parsed url   port: null,
47 verbose parsed url   hostname: null,
47 verbose parsed url   hash: null,
47 verbose parsed url   search: null,
47 verbose parsed url   query: null,
47 verbose parsed url   pathname: 'ipaas-persistence@file:../common-lib/persistence',
47 verbose parsed url   path: 'ipaas-persistence@file:../common-lib/persistence',
47 verbose parsed url   href: 'ipaas-persistence@file:../common-lib/persistence' }
48 verbose cache add [ 'ipaas-databases@file:../common-lib/databases', null ]
49 verbose cache add name=undefined spec="ipaas-databases@file:../common-lib/databases" args=["ipaas-databases@file:../common-lib/databases",null]
50 verbose parsed url { protocol: null,
50 verbose parsed url   slashes: null,
50 verbose parsed url   auth: null,
50 verbose parsed url   host: null,
50 verbose parsed url   port: null,
50 verbose parsed url   hostname: null,
50 verbose parsed url   hash: null,
50 verbose parsed url   search: null,
50 verbose parsed url   query: null,
50 verbose parsed url   pathname: 'ipaas-databases@file:../common-lib/databases',
50 verbose parsed url   path: 'ipaas-databases@file:../common-lib/databases',
50 verbose parsed url   href: 'ipaas-databases@file:../common-lib/databases' }
51 verbose cache add [ 'ipaas-utils@file:../common-lib/utils', null ]
52 verbose cache add name=undefined spec="ipaas-utils@file:../common-lib/utils" args=["ipaas-utils@file:../common-lib/utils",null]
53 verbose parsed url { protocol: null,
53 verbose parsed url   slashes: null,
53 verbose parsed url   auth: null,
53 verbose parsed url   host: null,
53 verbose parsed url   port: null,
53 verbose parsed url   hostname: null,
53 verbose parsed url   hash: null,
53 verbose parsed url   search: null,
53 verbose parsed url   query: null,
53 verbose parsed url   pathname: 'ipaas-utils@file:../common-lib/utils',
53 verbose parsed url   path: 'ipaas-utils@file:../common-lib/utils',
53 verbose parsed url   href: 'ipaas-utils@file:../common-lib/utils' }
54 verbose cache add [ 'ipaas-constants@file:../common-lib/constants', null ]
55 verbose cache add name=undefined spec="ipaas-constants@file:../common-lib/constants" args=["ipaas-constants@file:../common-lib/constants",null]
56 verbose parsed url { protocol: null,
56 verbose parsed url   slashes: null,
56 verbose parsed url   auth: null,
56 verbose parsed url   host: null,
56 verbose parsed url   port: null,
56 verbose parsed url   hostname: null,
56 verbose parsed url   hash: null,
56 verbose parsed url   search: null,
56 verbose parsed url   query: null,
56 verbose parsed url   pathname: 'ipaas-constants@file:../common-lib/constants',
56 verbose parsed url   path: 'ipaas-constants@file:../common-lib/constants',
56 verbose parsed url   href: 'ipaas-constants@file:../common-lib/constants' }
57 verbose cache add name="ipaas-accountMgr" spec="file:../common-lib/accountMgr" args=["ipaas-accountMgr","file:../common-lib/accountMgr"]
58 verbose parsed url { protocol: 'file:',
58 verbose parsed url   slashes: null,
58 verbose parsed url   auth: null,
58 verbose parsed url   host: null,
58 verbose parsed url   port: null,
58 verbose parsed url   hostname: null,
58 verbose parsed url   hash: null,
58 verbose parsed url   search: null,
58 verbose parsed url   query: null,
58 verbose parsed url   pathname: '../common-lib/accountMgr',
58 verbose parsed url   path: '../common-lib/accountMgr',
58 verbose parsed url   href: 'file:../common-lib/accountMgr' }
59 verbose addNamed [ 'ipaas-accountMgr', 'file:../common-lib/accountMgr' ]
60 verbose addNamed [ null, null ]
61 verbose cache add name="ipaas-connectorMgr" spec="file:../common-lib/connectorMgr" args=["ipaas-connectorMgr","file:../common-lib/connectorMgr"]
62 verbose parsed url { protocol: 'file:',
62 verbose parsed url   slashes: null,
62 verbose parsed url   auth: null,
62 verbose parsed url   host: null,
62 verbose parsed url   port: null,
62 verbose parsed url   hostname: null,
62 verbose parsed url   hash: null,
62 verbose parsed url   search: null,
62 verbose parsed url   query: null,
62 verbose parsed url   pathname: '../common-lib/connectorMgr',
62 verbose parsed url   path: '../common-lib/connectorMgr',
62 verbose parsed url   href: 'file:../common-lib/connectorMgr' }
63 verbose addNamed [ 'ipaas-connectorMgr', 'file:../common-lib/connectorMgr' ]
64 verbose addNamed [ null, null ]
65 verbose cache add name="ipaas-connectorFactory" spec="file:../common-lib/connectorFactory" args=["ipaas-connectorFactory","file:../common-lib/connectorFactory"]
66 verbose parsed url { protocol: 'file:',
66 verbose parsed url   slashes: null,
66 verbose parsed url   auth: null,
66 verbose parsed url   host: null,
66 verbose parsed url   port: null,
66 verbose parsed url   hostname: null,
66 verbose parsed url   hash: null,
66 verbose parsed url   search: null,
66 verbose parsed url   query: null,
66 verbose parsed url   pathname: '../common-lib/connectorFactory',
66 verbose parsed url   path: '../common-lib/connectorFactory',
66 verbose parsed url   href: 'file:../common-lib/connectorFactory' }
67 verbose addNamed [ 'ipaas-connectorFactory',
67 verbose addNamed   'file:../common-lib/connectorFactory' ]
68 verbose addNamed [ null, null ]
69 verbose cache add name="ipaas-cloudant" spec="file:../common-lib/cloudant" args=["ipaas-cloudant","file:../common-lib/cloudant"]
70 verbose parsed url { protocol: 'file:',
70 verbose parsed url   slashes: null,
70 verbose parsed url   auth: null,
70 verbose parsed url   host: null,
70 verbose parsed url   port: null,
70 verbose parsed url   hostname: null,
70 verbose parsed url   hash: null,
70 verbose parsed url   search: null,
70 verbose parsed url   query: null,
70 verbose parsed url   pathname: '../common-lib/cloudant',
70 verbose parsed url   path: '../common-lib/cloudant',
70 verbose parsed url   href: 'file:../common-lib/cloudant' }
71 verbose addNamed [ 'ipaas-cloudant', 'file:../common-lib/cloudant' ]
72 verbose addNamed [ null, null ]
73 verbose cache add name="ipaas-databases" spec="file:../common-lib/databases" args=["ipaas-databases","file:../common-lib/databases"]
74 verbose parsed url { protocol: 'file:',
74 verbose parsed url   slashes: null,
74 verbose parsed url   auth: null,
74 verbose parsed url   host: null,
74 verbose parsed url   port: null,
74 verbose parsed url   hostname: null,
74 verbose parsed url   hash: null,
74 verbose parsed url   search: null,
74 verbose parsed url   query: null,
74 verbose parsed url   pathname: '../common-lib/databases',
74 verbose parsed url   path: '../common-lib/databases',
74 verbose parsed url   href: 'file:../common-lib/databases' }
75 verbose addNamed [ 'ipaas-databases', 'file:../common-lib/databases' ]
76 verbose addNamed [ null, null ]
77 verbose cache add name="ipaas-persistence" spec="file:../common-lib/persistence" args=["ipaas-persistence","file:../common-lib/persistence"]
78 verbose parsed url { protocol: 'file:',
78 verbose parsed url   slashes: null,
78 verbose parsed url   auth: null,
78 verbose parsed url   host: null,
78 verbose parsed url   port: null,
78 verbose parsed url   hostname: null,
78 verbose parsed url   hash: null,
78 verbose parsed url   search: null,
78 verbose parsed url   query: null,
78 verbose parsed url   pathname: '../common-lib/persistence',
78 verbose parsed url   path: '../common-lib/persistence',
78 verbose parsed url   href: 'file:../common-lib/persistence' }
79 verbose addNamed [ 'ipaas-persistence', 'file:../common-lib/persistence' ]
80 verbose addNamed [ null, null ]
81 verbose cache add name="ipaas-utils" spec="file:../common-lib/utils" args=["ipaas-utils","file:../common-lib/utils"]
82 verbose parsed url { protocol: 'file:',
82 verbose parsed url   slashes: null,
82 verbose parsed url   auth: null,
82 verbose parsed url   host: null,
82 verbose parsed url   port: null,
82 verbose parsed url   hostname: null,
82 verbose parsed url   hash: null,
82 verbose parsed url   search: null,
82 verbose parsed url   query: null,
82 verbose parsed url   pathname: '../common-lib/utils',
82 verbose parsed url   path: '../common-lib/utils',
82 verbose parsed url   href: 'file:../common-lib/utils' }
83 verbose addNamed [ 'ipaas-utils', 'file:../common-lib/utils' ]
84 verbose addNamed [ null, null ]
85 verbose cache add name="ipaas-constants" spec="file:../common-lib/constants" args=["ipaas-constants","file:../common-lib/constants"]
86 verbose parsed url { protocol: 'file:',
86 verbose parsed url   slashes: null,
86 verbose parsed url   auth: null,
86 verbose parsed url   host: null,
86 verbose parsed url   port: null,
86 verbose parsed url   hostname: null,
86 verbose parsed url   hash: null,
86 verbose parsed url   search: null,
86 verbose parsed url   query: null,
86 verbose parsed url   pathname: '../common-lib/constants',
86 verbose parsed url   path: '../common-lib/constants',
86 verbose parsed url   href: 'file:../common-lib/constants' }
87 verbose addNamed [ 'ipaas-constants', 'file:../common-lib/constants' ]
88 verbose addNamed [ null, null ]
89 silly lockFile 27bcb0bf-ntMgr-file-common-lib-accountMgr ipaas-accountMgr@file:../common-lib/accountMgr
90 verbose lock ipaas-accountMgr@file:../common-lib/accountMgr C:\Users\IBM_ADMIN\AppData\Roaming\npm-cache\27bcb0bf-ntMgr-file-common-lib-accountMgr.lock
91 silly lockFile adabca4b-Mgr-file-common-lib-connectorMgr ipaas-connectorMgr@file:../common-lib/connectorMgr
92 verbose lock ipaas-connectorMgr@file:../common-lib/connectorMgr C:\Users\IBM_ADMIN\AppData\Roaming\npm-cache\adabca4b-Mgr-file-common-lib-connectorMgr.lock
93 silly lockFile 54c1c7d3-file-common-lib-connectorFactory ipaas-connectorFactory@file:../common-lib/connectorFactory
94 verbose lock ipaas-connectorFactory@file:../common-lib/connectorFactory C:\Users\IBM_ADMIN\AppData\Roaming\npm-cache\54c1c7d3-file-common-lib-connectorFactory.lock
95 silly lockFile bf00db8b-loudant-file-common-lib-cloudant ipaas-cloudant@file:../common-lib/cloudant
96 verbose lock ipaas-cloudant@file:../common-lib/cloudant C:\Users\IBM_ADMIN\AppData\Roaming\npm-cache\bf00db8b-loudant-file-common-lib-cloudant.lock
97 silly lockFile 1170e89e-abases-file-common-lib-databases ipaas-databases@file:../common-lib/databases
98 verbose lock ipaas-databases@file:../common-lib/databases C:\Users\IBM_ADMIN\AppData\Roaming\npm-cache\1170e89e-abases-file-common-lib-databases.lock
99 silly lockFile 8a38ac31-ence-file-common-lib-persistence ipaas-persistence@file:../common-lib/persistence
100 verbose lock ipaas-persistence@file:../common-lib/persistence C:\Users\IBM_ADMIN\AppData\Roaming\npm-cache\8a38ac31-ence-file-common-lib-persistence.lock
101 silly lockFile 3af01e80-paas-utils-file-common-lib-utils ipaas-utils@file:../common-lib/utils
102 verbose lock ipaas-utils@file:../common-lib/utils C:\Users\IBM_ADMIN\AppData\Roaming\npm-cache\3af01e80-paas-utils-file-common-lib-utils.lock
103 silly lockFile c8b9ab58-stants-file-common-lib-constants ipaas-constants@file:../common-lib/constants
104 verbose lock ipaas-constants@file:../common-lib/constants C:\Users\IBM_ADMIN\AppData\Roaming\npm-cache\c8b9ab58-stants-file-common-lib-constants.lock
105 verbose already installed skipping gulp@^3.8.11 D:\TenX_All\Capstone\JimZhang_Repository\front-end
106 verbose already installed skipping gulp-sass@^1.3.3 D:\TenX_All\Capstone\JimZhang_Repository\front-end
107 verbose already installed skipping gulp-watch@^4.2.2 D:\TenX_All\Capstone\JimZhang_Repository\front-end
108 verbose already installed skipping vinyl-source-stream@^1.1.0 D:\TenX_All\Capstone\JimZhang_Repository\front-end
109 verbose already installed skipping vinyl-buffer@^1.0.0 D:\TenX_All\Capstone\JimZhang_Repository\front-end
110 verbose already installed skipping watchify@^3.1.0 D:\TenX_All\Capstone\JimZhang_Repository\front-end
111 verbose already installed skipping browserify@^9.0.6 D:\TenX_All\Capstone\JimZhang_Repository\front-end
112 verbose already installed skipping templatizer@^1.3.0 D:\TenX_All\Capstone\JimZhang_Repository\front-end
113 verbose already installed skipping gulp-util@^3.0.4 D:\TenX_All\Capstone\JimZhang_Repository\front-end
114 verbose already installed skipping gulp-notify@^2.2.0 D:\TenX_All\Capstone\JimZhang_Repository\front-end
115 verbose already installed skipping pretty-hrtime@^1.0.0 D:\TenX_All\Capstone\JimZhang_Repository\front-end
116 verbose already installed skipping lodash.assign@^3.0.0 D:\TenX_All\Capstone\JimZhang_Repository\front-end
117 verbose already installed skipping browserify-shim@^3.8.3 D:\TenX_All\Capstone\JimZhang_Repository\front-end
118 verbose already installed skipping jquery@^2.1.3 D:\TenX_All\Capstone\JimZhang_Repository\front-end
119 verbose already installed skipping domready@^1.0.7 D:\TenX_All\Capstone\JimZhang_Repository\front-end
120 verbose already installed skipping ampersand-app@^1.0.3 D:\TenX_All\Capstone\JimZhang_Repository\front-end
121 verbose already installed skipping ampersand-dom@^1.4.0 D:\TenX_All\Capstone\JimZhang_Repository\front-end
122 verbose already installed skipping ampersand-form-view@^3.1.1 D:\TenX_All\Capstone\JimZhang_Repository\front-end
123 verbose already installed skipping ampersand-input-view@^4.0.5 D:\TenX_All\Capstone\JimZhang_Repository\front-end
124 verbose already installed skipping ampersand-model@^5.0.3 D:\TenX_All\Capstone\JimZhang_Repository\front-end
125 verbose already installed skipping ampersand-rest-collection@^4.0.0 D:\TenX_All\Capstone\JimZhang_Repository\front-end
126 verbose already installed skipping ampersand-router@^2.1.0 D:\TenX_All\Capstone\JimZhang_Repository\front-end
127 verbose already installed skipping ampersand-view@^7.3.0 D:\TenX_All\Capstone\JimZhang_Repository\front-end
128 verbose already installed skipping ampersand-view-switcher@^2.0.0 D:\TenX_All\Capstone\JimZhang_Repository\front-end
129 verbose already installed skipping ampersand-select-view@^3.0.1 D:\TenX_All\Capstone\JimZhang_Repository\front-end
130 verbose already installed skipping c3@^0.4.10 D:\TenX_All\Capstone\JimZhang_Repository\front-end
131 info addNameTag [ 'ipaas-databases', 'file:../common-lib/databases' ]
132 info addNameTag [ 'ipaas-persistence', 'file:../common-lib/persistence' ]
133 info addNameTag [ 'ipaas-constants', 'file:../common-lib/constants' ]
134 info addNameTag [ 'ipaas-accountMgr', 'file:../common-lib/accountMgr' ]
135 info addNameTag [ 'ipaas-connectorFactory',
135 info addNameTag   'file:../common-lib/connectorFactory' ]
136 verbose request where is /ipaas-databases
137 verbose request registry http://cidevrepo.rtp.raleigh.ibm.com:8080/
138 verbose request id 7faa971c679dc399
139 verbose url raw /ipaas-databases
140 verbose url resolving [ 'http://cidevrepo.rtp.raleigh.ibm.com:8080/',
140 verbose url resolving   './ipaas-databases' ]
141 verbose url resolved http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-databases
142 verbose request where is http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-databases
143 info trying registry request attempt 1 at 10:24:22
144 http GET http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-databases
145 verbose request where is /ipaas-persistence
146 verbose request registry http://cidevrepo.rtp.raleigh.ibm.com:8080/
147 verbose url raw /ipaas-persistence
148 verbose url resolving [ 'http://cidevrepo.rtp.raleigh.ibm.com:8080/',
148 verbose url resolving   './ipaas-persistence' ]
149 verbose url resolved http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-persistence
150 verbose request where is http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-persistence
151 info trying registry request attempt 1 at 10:24:22
152 http GET http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-persistence
153 verbose request where is /ipaas-constants
154 verbose request registry http://cidevrepo.rtp.raleigh.ibm.com:8080/
155 verbose url raw /ipaas-constants
156 verbose url resolving [ 'http://cidevrepo.rtp.raleigh.ibm.com:8080/',
156 verbose url resolving   './ipaas-constants' ]
157 verbose url resolved http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-constants
158 verbose request where is http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-constants
159 info trying registry request attempt 1 at 10:24:22
160 http GET http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-constants
161 info addNameTag [ 'ipaas-utils', 'file:../common-lib/utils' ]
162 verbose request where is /ipaas-accountMgr
163 verbose request registry http://cidevrepo.rtp.raleigh.ibm.com:8080/
164 verbose url raw /ipaas-accountMgr
165 verbose url resolving [ 'http://cidevrepo.rtp.raleigh.ibm.com:8080/',
165 verbose url resolving   './ipaas-accountMgr' ]
166 verbose url resolved http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-accountMgr
167 verbose request where is http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-accountMgr
168 info trying registry request attempt 1 at 10:24:22
169 http GET http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-accountMgr
170 verbose request where is /ipaas-connectorFactory
171 verbose request registry http://cidevrepo.rtp.raleigh.ibm.com:8080/
172 verbose url raw /ipaas-connectorFactory
173 verbose url resolving [ 'http://cidevrepo.rtp.raleigh.ibm.com:8080/',
173 verbose url resolving   './ipaas-connectorFactory' ]
174 verbose url resolved http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-connectorFactory
175 verbose request where is http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-connectorFactory
176 info trying registry request attempt 1 at 10:24:22
177 http GET http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-connectorFactory
178 info addNameTag [ 'ipaas-cloudant', 'file:../common-lib/cloudant' ]
179 info addNameTag [ 'ipaas-connectorMgr', 'file:../common-lib/connectorMgr' ]
180 verbose request where is /ipaas-utils
181 verbose request registry http://cidevrepo.rtp.raleigh.ibm.com:8080/
182 verbose url raw /ipaas-utils
183 verbose url resolving [ 'http://cidevrepo.rtp.raleigh.ibm.com:8080/',
183 verbose url resolving   './ipaas-utils' ]
184 verbose url resolved http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-utils
185 verbose request where is http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-utils
186 info trying registry request attempt 1 at 10:24:22
187 http GET http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-utils
188 verbose request where is /ipaas-cloudant
189 verbose request registry http://cidevrepo.rtp.raleigh.ibm.com:8080/
190 verbose url raw /ipaas-cloudant
191 verbose url resolving [ 'http://cidevrepo.rtp.raleigh.ibm.com:8080/',
191 verbose url resolving   './ipaas-cloudant' ]
192 verbose url resolved http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-cloudant
193 verbose request where is http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-cloudant
194 info trying registry request attempt 1 at 10:24:22
195 http GET http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-cloudant
196 verbose request where is /ipaas-connectorMgr
197 verbose request registry http://cidevrepo.rtp.raleigh.ibm.com:8080/
198 verbose url raw /ipaas-connectorMgr
199 verbose url resolving [ 'http://cidevrepo.rtp.raleigh.ibm.com:8080/',
199 verbose url resolving   './ipaas-connectorMgr' ]
200 verbose url resolved http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-connectorMgr
201 verbose request where is http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-connectorMgr
202 info trying registry request attempt 1 at 10:24:22
203 http GET http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-connectorMgr
204 http 404 http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-constants
205 verbose headers { 'x-powered-by': 'Sinopia/1.2.2',
205 verbose headers   'content-type': 'application/json; charset=utf-8',
205 verbose headers   'content-length': '43',
205 verbose headers   etag: 'W/"2b-d418f262"',
205 verbose headers   'x-status-cat': 'http://flic.kr/p/aV6juR',
205 verbose headers   date: 'Mon, 01 Jun 2015 02:24:23 GMT',
205 verbose headers   connection: 'keep-alive',
205 verbose headers   'x-rbt-optimized-by': 'e9r-wx-sh2 (RiOS 8.0.4) SC' }
206 silly registry.get cb [ 404,
206 silly registry.get   { 'x-powered-by': 'Sinopia/1.2.2',
206 silly registry.get     'content-type': 'application/json; charset=utf-8',
206 silly registry.get     'content-length': '43',
206 silly registry.get     etag: 'W/"2b-d418f262"',
206 silly registry.get     'x-status-cat': 'http://flic.kr/p/aV6juR',
206 silly registry.get     date: 'Mon, 01 Jun 2015 02:24:23 GMT',
206 silly registry.get     connection: 'keep-alive',
206 silly registry.get     'x-rbt-optimized-by': 'e9r-wx-sh2 (RiOS 8.0.4) SC' } ]
207 silly lockFile c8b9ab58-stants-file-common-lib-constants ipaas-constants@file:../common-lib/constants
208 silly lockFile c8b9ab58-stants-file-common-lib-constants ipaas-constants@file:../common-lib/constants
209 http 404 http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-connectorFactory
210 verbose headers { 'x-powered-by': 'Sinopia/1.2.2',
210 verbose headers   'content-type': 'application/json; charset=utf-8',
210 verbose headers   'content-length': '43',
210 verbose headers   etag: 'W/"2b-d418f262"',
210 verbose headers   'x-status-cat': 'http://flic.kr/p/aV6juR',
210 verbose headers   date: 'Mon, 01 Jun 2015 02:24:23 GMT',
210 verbose headers   connection: 'keep-alive',
210 verbose headers   'x-rbt-optimized-by': 'e9r-wx-sh2 (RiOS 8.0.4) SC' }
211 silly registry.get cb [ 404,
211 silly registry.get   { 'x-powered-by': 'Sinopia/1.2.2',
211 silly registry.get     'content-type': 'application/json; charset=utf-8',
211 silly registry.get     'content-length': '43',
211 silly registry.get     etag: 'W/"2b-d418f262"',
211 silly registry.get     'x-status-cat': 'http://flic.kr/p/aV6juR',
211 silly registry.get     date: 'Mon, 01 Jun 2015 02:24:23 GMT',
211 silly registry.get     connection: 'keep-alive',
211 silly registry.get     'x-rbt-optimized-by': 'e9r-wx-sh2 (RiOS 8.0.4) SC' } ]
212 silly lockFile 54c1c7d3-file-common-lib-connectorFactory ipaas-connectorFactory@file:../common-lib/connectorFactory
213 silly lockFile 54c1c7d3-file-common-lib-connectorFactory ipaas-connectorFactory@file:../common-lib/connectorFactory
214 http 404 http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-accountMgr
215 verbose headers { 'x-powered-by': 'Sinopia/1.2.2',
215 verbose headers   'content-type': 'application/json; charset=utf-8',
215 verbose headers   'content-length': '43',
215 verbose headers   etag: 'W/"2b-d418f262"',
215 verbose headers   'x-status-cat': 'http://flic.kr/p/aV6juR',
215 verbose headers   date: 'Mon, 01 Jun 2015 02:24:23 GMT',
215 verbose headers   connection: 'keep-alive',
215 verbose headers   'x-rbt-optimized-by': 'e9r-wx-sh2 (RiOS 8.0.4) SC' }
216 silly registry.get cb [ 404,
216 silly registry.get   { 'x-powered-by': 'Sinopia/1.2.2',
216 silly registry.get     'content-type': 'application/json; charset=utf-8',
216 silly registry.get     'content-length': '43',
216 silly registry.get     etag: 'W/"2b-d418f262"',
216 silly registry.get     'x-status-cat': 'http://flic.kr/p/aV6juR',
216 silly registry.get     date: 'Mon, 01 Jun 2015 02:24:23 GMT',
216 silly registry.get     connection: 'keep-alive',
216 silly registry.get     'x-rbt-optimized-by': 'e9r-wx-sh2 (RiOS 8.0.4) SC' } ]
217 silly lockFile 27bcb0bf-ntMgr-file-common-lib-accountMgr ipaas-accountMgr@file:../common-lib/accountMgr
218 silly lockFile 27bcb0bf-ntMgr-file-common-lib-accountMgr ipaas-accountMgr@file:../common-lib/accountMgr
219 http 404 http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-persistence
220 verbose headers { 'x-powered-by': 'Sinopia/1.2.2',
220 verbose headers   'content-type': 'application/json; charset=utf-8',
220 verbose headers   'content-length': '43',
220 verbose headers   etag: 'W/"2b-d418f262"',
220 verbose headers   'x-status-cat': 'http://flic.kr/p/aV6juR',
220 verbose headers   date: 'Mon, 01 Jun 2015 02:24:23 GMT',
220 verbose headers   connection: 'keep-alive',
220 verbose headers   'x-rbt-optimized-by': 'e9r-wx-sh2 (RiOS 8.0.4) SC' }
221 silly registry.get cb [ 404,
221 silly registry.get   { 'x-powered-by': 'Sinopia/1.2.2',
221 silly registry.get     'content-type': 'application/json; charset=utf-8',
221 silly registry.get     'content-length': '43',
221 silly registry.get     etag: 'W/"2b-d418f262"',
221 silly registry.get     'x-status-cat': 'http://flic.kr/p/aV6juR',
221 silly registry.get     date: 'Mon, 01 Jun 2015 02:24:23 GMT',
221 silly registry.get     connection: 'keep-alive',
221 silly registry.get     'x-rbt-optimized-by': 'e9r-wx-sh2 (RiOS 8.0.4) SC' } ]
222 silly lockFile 8a38ac31-ence-file-common-lib-persistence ipaas-persistence@file:../common-lib/persistence
223 silly lockFile 8a38ac31-ence-file-common-lib-persistence ipaas-persistence@file:../common-lib/persistence
224 http 404 http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-databases
225 verbose headers { 'x-powered-by': 'Sinopia/1.2.2',
225 verbose headers   'content-type': 'application/json; charset=utf-8',
225 verbose headers   'content-length': '43',
225 verbose headers   etag: 'W/"2b-d418f262"',
225 verbose headers   'x-status-cat': 'http://flic.kr/p/aV6juR',
225 verbose headers   date: 'Mon, 01 Jun 2015 02:24:23 GMT',
225 verbose headers   connection: 'keep-alive',
225 verbose headers   'x-rbt-optimized-by': 'e9r-wx-sh2 (RiOS 8.0.4) SC' }
226 silly registry.get cb [ 404,
226 silly registry.get   { 'x-powered-by': 'Sinopia/1.2.2',
226 silly registry.get     'content-type': 'application/json; charset=utf-8',
226 silly registry.get     'content-length': '43',
226 silly registry.get     etag: 'W/"2b-d418f262"',
226 silly registry.get     'x-status-cat': 'http://flic.kr/p/aV6juR',
226 silly registry.get     date: 'Mon, 01 Jun 2015 02:24:23 GMT',
226 silly registry.get     connection: 'keep-alive',
226 silly registry.get     'x-rbt-optimized-by': 'e9r-wx-sh2 (RiOS 8.0.4) SC' } ]
227 silly lockFile 1170e89e-abases-file-common-lib-databases ipaas-databases@file:../common-lib/databases
228 silly lockFile 1170e89e-abases-file-common-lib-databases ipaas-databases@file:../common-lib/databases
229 http 404 http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-connectorMgr
230 verbose headers { 'x-powered-by': 'Sinopia/1.2.2',
230 verbose headers   'content-type': 'application/json; charset=utf-8',
230 verbose headers   'content-length': '43',
230 verbose headers   etag: 'W/"2b-d418f262"',
230 verbose headers   'x-status-cat': 'http://flic.kr/p/aV6juR',
230 verbose headers   date: 'Mon, 01 Jun 2015 02:24:23 GMT',
230 verbose headers   connection: 'keep-alive',
230 verbose headers   'x-rbt-optimized-by': 'e9r-wx-sh2 (RiOS 8.0.4) SC' }
231 silly registry.get cb [ 404,
231 silly registry.get   { 'x-powered-by': 'Sinopia/1.2.2',
231 silly registry.get     'content-type': 'application/json; charset=utf-8',
231 silly registry.get     'content-length': '43',
231 silly registry.get     etag: 'W/"2b-d418f262"',
231 silly registry.get     'x-status-cat': 'http://flic.kr/p/aV6juR',
231 silly registry.get     date: 'Mon, 01 Jun 2015 02:24:23 GMT',
231 silly registry.get     connection: 'keep-alive',
231 silly registry.get     'x-rbt-optimized-by': 'e9r-wx-sh2 (RiOS 8.0.4) SC' } ]
232 silly lockFile adabca4b-Mgr-file-common-lib-connectorMgr ipaas-connectorMgr@file:../common-lib/connectorMgr
233 silly lockFile adabca4b-Mgr-file-common-lib-connectorMgr ipaas-connectorMgr@file:../common-lib/connectorMgr
234 http 404 http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-utils
235 verbose headers { 'x-powered-by': 'Sinopia/1.2.2',
235 verbose headers   'content-type': 'application/json; charset=utf-8',
235 verbose headers   'content-length': '43',
235 verbose headers   etag: 'W/"2b-d418f262"',
235 verbose headers   'x-status-cat': 'http://flic.kr/p/aV6juR',
235 verbose headers   date: 'Mon, 01 Jun 2015 02:24:23 GMT',
235 verbose headers   connection: 'keep-alive',
235 verbose headers   'x-rbt-optimized-by': 'e9r-wx-sh2 (RiOS 8.0.4) SC' }
236 silly registry.get cb [ 404,
236 silly registry.get   { 'x-powered-by': 'Sinopia/1.2.2',
236 silly registry.get     'content-type': 'application/json; charset=utf-8',
236 silly registry.get     'content-length': '43',
236 silly registry.get     etag: 'W/"2b-d418f262"',
236 silly registry.get     'x-status-cat': 'http://flic.kr/p/aV6juR',
236 silly registry.get     date: 'Mon, 01 Jun 2015 02:24:23 GMT',
236 silly registry.get     connection: 'keep-alive',
236 silly registry.get     'x-rbt-optimized-by': 'e9r-wx-sh2 (RiOS 8.0.4) SC' } ]
237 silly lockFile 3af01e80-paas-utils-file-common-lib-utils ipaas-utils@file:../common-lib/utils
238 silly lockFile 3af01e80-paas-utils-file-common-lib-utils ipaas-utils@file:../common-lib/utils
239 http 404 http://cidevrepo.rtp.raleigh.ibm.com:8080/ipaas-cloudant
240 verbose headers { 'x-powered-by': 'Sinopia/1.2.2',
240 verbose headers   'content-type': 'application/json; charset=utf-8',
240 verbose headers   'content-length': '43',
240 verbose headers   etag: 'W/"2b-d418f262"',
240 verbose headers   'x-status-cat': 'http://flic.kr/p/aV6juR',
240 verbose headers   date: 'Mon, 01 Jun 2015 02:24:23 GMT',
240 verbose headers   connection: 'keep-alive',
240 verbose headers   'x-rbt-optimized-by': 'e9r-wx-sh2 (RiOS 8.0.4) SC' }
241 silly registry.get cb [ 404,
241 silly registry.get   { 'x-powered-by': 'Sinopia/1.2.2',
241 silly registry.get     'content-type': 'application/json; charset=utf-8',
241 silly registry.get     'content-length': '43',
241 silly registry.get     etag: 'W/"2b-d418f262"',
241 silly registry.get     'x-status-cat': 'http://flic.kr/p/aV6juR',
241 silly registry.get     date: 'Mon, 01 Jun 2015 02:24:23 GMT',
241 silly registry.get     connection: 'keep-alive',
241 silly registry.get     'x-rbt-optimized-by': 'e9r-wx-sh2 (RiOS 8.0.4) SC' } ]
242 silly lockFile bf00db8b-loudant-file-common-lib-cloudant ipaas-cloudant@file:../common-lib/cloudant
243 silly lockFile bf00db8b-loudant-file-common-lib-cloudant ipaas-cloudant@file:../common-lib/cloudant
244 error Error: no such package available : ipaas-constants
244 error     at RegClient.<anonymous> (D:\TenX_All\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:308:14)
244 error     at Request._callback (D:\TenX_All\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:246:65)
244 error     at Request.self.callback (D:\TenX_All\nodejs\node_modules\npm\node_modules\request\request.js:236:22)
244 error     at Request.emit (events.js:98:17)
244 error     at Request.<anonymous> (D:\TenX_All\nodejs\node_modules\npm\node_modules\request\request.js:1142:14)
244 error     at Request.emit (events.js:117:20)
244 error     at IncomingMessage.<anonymous> (D:\TenX_All\nodejs\node_modules\npm\node_modules\request\request.js:1096:12)
244 error     at IncomingMessage.emit (events.js:117:20)
244 error     at _stream_readable.js:944:16
244 error     at process._tickCallback (node.js:442:13)
245 error If you need help, you may report this *entire* log,
245 error including the npm and node versions, at:
245 error     <http://github.com/npm/npm/issues>
246 error System Windows_NT 6.1.7601
247 error command "D:\\TenX_All\\nodejs\\\\node.exe" "D:\\TenX_All\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
248 error cwd D:\TenX_All\Capstone\JimZhang_Repository\front-end
249 error node -v v0.10.35
250 error npm -v 1.4.28
251 verbose exit [ 1, true ]
kenany commented 9 years ago

@penzhan8451 npm@1.4.28 does not support local dependencies (introduced in npm@2.0.0, if I recall correctly). Could you try using the latest stable release?

penzhan8451 commented 9 years ago

Hi KenanY,

Thanks for your help! I will try it.

Best Regards.

ehsalazar commented 8 years ago

We haven’t heard back and we’re trying to clean up some old issues.  If this is still a problem, can you please reply and let us know?  We’ll be happy to reopen if necessary.

penzhan8451 commented 8 years ago

yes,it is a version issue as KenanY methioned above. After upgrading, It was fixed. thanks.