Skip to content
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

Flow routing fails to build with fresh install of meteor 1.6 #56

Open
nethoncho opened this issue Nov 7, 2017 · 1 comment
Open

Flow routing fails to build with fresh install of meteor 1.6 #56

nethoncho opened this issue Nov 7, 2017 · 1 comment

Comments

@nethoncho
Copy link

I am not sure if this an issue with the bundled version of npm or not. My steps to reproduce are:
Create Ubuntu 10.04.3 x64 DigitalOcean droplet with 2GB of ram

apt-get update
apt-get upgrade
curl https://install.meteor.com/ | sh
adduser meteor
su - meteor
meteor --version

Meteor 1.6

meteor create --bare testApp
cd testApp
meteor

=> App running at: http://localhost:3000/

^C
meteor add useraccounts:flow-routing

=> Errors while adding packages:
/home/meteor/.npm/_logs/2017-11-07T05_18_16_760Z-debug.log

cat /home/meteor/.npm/_logs/2017-11-07T05_18_16_760Z-debug.log

0 info it worked if it ends with ok
1 verbose cli [ '/home/meteor/.meteor/packages/meteor-tool/.1.6.0.1whvdik.oongk++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/node',
1 verbose cli   '/home/meteor/.meteor/packages/meteor-tool/.1.6.0.1whvdik.oongk++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/npm',
1 verbose cli   'rebuild',
1 verbose cli   '--update-binary' ]
2 info using [email protected]
3 info using [email protected]
4 info readInstalled object
5 verbose rebuild path, id [ '/tmp/mt-hal3np.06ywl/npm/node_modules/.temp-efogol.u8b6/node_modules/phantomjs',
5 verbose rebuild   '[email protected]' ]
6 silly rebuild set [ '/tmp/mt-hal3np.06ywl/npm/node_modules/.temp-efogol.u8b6/node_modules/phantomjs' ]
7 info build /tmp/mt-hal3np.06ywl/npm/node_modules/.temp-efogol.u8b6/node_modules/phantomjs
8 info lifecycle [email protected]~preinstall: [email protected]
9 info linkStuff [email protected]
10 silly linkStuff [email protected] has /tmp/mt-hal3np.06ywl/npm/node_modules/.temp-efogol.u8b6/node_modules as its parent node_modules
11 verbose linkBins [email protected]
12 verbose linkBins [ { phantomjs: './bin/phantomjs' },
12 verbose linkBins   '/tmp/mt-hal3np.06ywl/npm/node_modules/.temp-efogol.u8b6/node_modules/.bin',
12 verbose linkBins   false ]
13 verbose linkMans [email protected]
14 verbose rebuildBundles [email protected]
15 info lifecycle [email protected]~install: [email protected]
16 verbose lifecycle [email protected]~install: unsafe-perm in lifecycle true
17 verbose lifecycle [email protected]~install: PATH: /home/meteor/.meteor/packages/meteor-tool/.1.6.0.1whvdik.oongk++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/npm/bin/node-gyp-bin:/tmp/mt-hal3np.06ywl/npm/node_modules/.temp-efogol.u8b6/node_modules/phantomjs/node_modules/.bin:/tmp/mt-hal3np.06ywl/npm/node_modules/.temp-efogol.u8b6/node_modules/.bin:/tmp/mt-hal3np.06ywl/npm/node_modules/.bin:/home/meteor/.meteor/packages/meteor-tool/.1.6.0.1whvdik.oongk++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/bin:/home/meteor/.meteor/packages/meteor-tool/.1.6.0.1whvdik.oongk++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/.bin:/home/meteor/bin:/home/meteor/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin
18 verbose lifecycle [email protected]~install: CWD: /tmp/mt-hal3np.06ywl/npm/node_modules/.temp-efogol.u8b6/node_modules/phantomjs
19 silly lifecycle [email protected]~install: Args: [ '-c', 'node install.js' ]
20 silly lifecycle [email protected]~install: Returned: code: 1  signal: null
21 info lifecycle [email protected]~install: Failed to exec install script
22 verbose stack Error: [email protected] install: `node install.js`
22 verbose stack Exit status 1
22 verbose stack     at EventEmitter.<anonymous> (/home/meteor/.meteor/packages/meteor-tool/.1.6.0.1whvdik.oongk++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:280:16)
22 verbose stack     at emitTwo (events.js:125:13)
22 verbose stack     at EventEmitter.emit (events.js:213:7)
22 verbose stack     at ChildProcess.<anonymous> (/home/meteor/.meteor/packages/meteor-tool/.1.6.0.1whvdik.oongk++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
22 verbose stack     at emitTwo (events.js:125:13)
22 verbose stack     at ChildProcess.emit (events.js:213:7)
22 verbose stack     at maybeClose (internal/child_process.js:927:16)
22 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
23 verbose pkgid [email protected]
24 verbose cwd /tmp/mt-hal3np.06ywl/npm/node_modules/.temp-efogol.u8b6
25 verbose Linux 4.4.0-97-generic
26 verbose argv "/home/meteor/.meteor/packages/meteor-tool/.1.6.0.1whvdik.oongk++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/node" "/home/meteor/.meteor/packages/meteor-tool/.1.6.0.1whvdik.oongk++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/npm" "rebuild" "--update-binary"
27 verbose node v8.8.1
28 verbose npm  v5.4.2
29 error code ELIFECYCLE
30 error errno 1
31 error [email protected] install: `node install.js`
31 error Exit status 1
32 error Failed at the [email protected] install script.
32 error This is probably not a problem with npm. There is likely additional logging output above.
33 verbose exit [ 1, true ]
@nethoncho
Copy link
Author

I believe this is an issue with dependencies not being resolved. I added kadira:flow-router then useraccounts:flow-routing built with out any issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant