-
Notifications
You must be signed in to change notification settings - Fork 97
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-expat fails compilation on Node 7 #167
Comments
And node 8
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment:
Node: v7.0.0-nightly20161017e6d1d54230
OS: Ubuntu 14.04 x64
User: root ( I Know, but stuck with this for now)
npm bugs node-expat gives me the following issue
0 info it worked if it ends with ok
1 verbose cli [ '/root/.nvm/versions/node/v7.0.0-nightly20161017e6d1d54230/bin/node',
1 verbose cli '/root/.nvm/versions/node/v7.0.0-nightly20161017e6d1d54230/bin/npm',
1 verbose cli 'bugs',
1 verbose cli 'node-expat' ]
2 info using npm@3.10.8
3 info using node@v7.0.0-nightly20161017e6d1d54230
4 silly fetchPackageMetaData node-expat
5 silly fetchNamedPackageData node-expat
6 silly mapToRegistry name node-expat
7 silly mapToRegistry using default registry
8 silly mapToRegistry registry https://registry.npmjs.org/
9 silly mapToRegistry data Result {
9 silly mapToRegistry raw: 'node-expat',
9 silly mapToRegistry scope: null,
9 silly mapToRegistry escapedName: 'node-expat',
9 silly mapToRegistry name: 'node-expat',
9 silly mapToRegistry rawSpec: '',
9 silly mapToRegistry spec: 'latest',
9 silly mapToRegistry type: 'tag' }
10 silly mapToRegistry uri https://registry.npmjs.org/node-expat
11 verbose request uri https://registry.npmjs.org/node-expat
12 verbose request no auth needed
13 info attempt registry request try #1 at 12:22:13 AM
14 verbose request id 6c30c242d004fc30
15 verbose etag "7B2MXJDNEB20NO12MOB2QYMO1"
16 http request GET https://registry.npmjs.org/node-expat
17 http 304 https://registry.npmjs.org/node-expat
18 verbose headers { date: 'Tue, 18 Oct 2016 04:22:13 GMT',
18 verbose headers via: '1.1 varnish',
18 verbose headers 'cache-control': 'max-age=300',
18 verbose headers etag: '"7B2MXJDNEB20NO12MOB2QYMO1"',
18 verbose headers age: '0',
18 verbose headers connection: 'keep-alive',
18 verbose headers 'x-served-by': 'cache-sin6922-SIN',
18 verbose headers 'x-cache': 'HIT',
18 verbose headers 'x-cache-hits': '1',
18 verbose headers 'x-timer': 'S1476764533.577506,VS0,VE224',
18 verbose headers vary: 'Accept-Encoding' }
19 silly get cb [ 304,19 silly get { date: 'Tue, 18 Oct 2016 04:22:13 GMT',
19 silly get via: '1.1 varnish',
19 silly get 'cache-control': 'max-age=300',
19 silly get etag: '"7B2MXJDNEB20NO12MOB2QYMO1"',
19 silly get age: '0',
19 silly get connection: 'keep-alive',
19 silly get 'x-served-by': 'cache-sin6922-SIN',
19 silly get 'x-cache': 'HIT',
19 silly get 'x-cache-hits': '1',
19 silly get 'x-timer': 'S1476764533.577506,VS0,VE224',
19 silly get vary: 'Accept-Encoding' } ]
20 verbose etag https://registry.npmjs.org/node-expat from cache
21 verbose get saving node-expat to /root/.npm/registry.npmjs.org/node-expat/.cache.json
22 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing
23 silly bugs url https://github.com/astro/node-expat/issues
24 verbose stack Error: spawn xdg-open ENOENT
24 verbose stack at exports._errnoException (util.js:1026:11)
24 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
24 verbose stack at onErrorNT (internal/child_process.js:359:16)
24 verbose stack at _combinedTickCallback (internal/process/next_tick.js:74:11)
24 verbose stack at process._tickCallback (internal/process/next_tick.js:98:9)
25 verbose cwd /root/apps/es7
26 error Linux 3.13.0-37-generic
27 error argv "/root/.nvm/versions/node/v7.0.0-nightly20161017e6d1d54230/bin/node" "/root/.nvm/versions/node/v7.0.0-nightly20161017e6d1d54230/bin/npm" "bugs" "node-expat"
28 error node v7.0.0-nightly20161017e6d1d54230
29 error npm v3.10.8
30 error path xdg-open
31 error code ENOENT
32 error errno ENOENT
33 error syscall spawn xdg-open
34 error enoent spawn xdg-open ENOENT
35 error enoent spawn xdg-open ENOENT
35 error enoent This is most likely not a problem with npm itself
35 error enoent and is related to npm not being able to find a file.
36 verbose exit [ 1, true ]
The text was updated successfully, but these errors were encountered: