You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am tring to run a Meteor 1.4.2.1 bundle done on Windows with kadirahq/meteord with Docker and I get the following error :
meteorGen_1 | npm WARN package.json [email protected] No description
meteorGen_1 | npm WARN package.json [email protected] No repository field.
meteorGen_1 | npm WARN package.json [email protected] No README data
meteorGen_1 | npm WARN package.json [email protected] No license field.
meteorGen_1 |
meteorGen_1 | > [email protected] install /bundle/bundle/programs/server/node_modules/fibers
meteorGen_1 | > node build.js || nodejs build.js
meteorGen_1 |
meteorGen_1 | module.js:327
meteorGen_1 | throw err;
meteorGen_1 | ^
meteorGen_1 |
meteorGen_1 | Error: Cannot find module '/bundle/bundle/programs/server/node_modules/fibers/build.js'
meteorGen_1 | at Function.Module._resolveFilename (module.js:325:15)
meteorGen_1 | at Function.Module._load (module.js:276:25)
meteorGen_1 | at Function.Module.runMain (module.js:441:10)
meteorGen_1 | at startup (node.js:139:18)
meteorGen_1 | at node.js:968:3
meteorGen_1 | sh: 1: nodejs: Permission denied
meteorGen_1 | npm ERR! Linux 3.13.0-86-generic
meteorGen_1 | npm ERR! argv "/opt/nodejs/bin/node" "/usr/bin/npm" "i"
meteorGen_1 | npm ERR! node v4.4.7
meteorGen_1 | npm ERR! npm v2.15.8
meteorGen_1 | npm ERR! file sh
meteorGen_1 | npm ERR! code ELIFECYCLE
meteorGen_1 | npm ERR! errno ENOENT
meteorGen_1 | npm ERR! syscall spawn
meteorGen_1 |
meteorGen_1 | npm ERR! [email protected] install: node build.js || nodejs build.js
meteorGen_1 | npm ERR! spawn ENOENT
meteorGen_1 | npm ERR!
meteorGen_1 | npm ERR! Failed at the [email protected] install script 'node build.js || nodejs build.js'.
meteorGen_1 | npm ERR! This is most likely a problem with the fibers package,
meteorGen_1 | npm ERR! not with npm itself.
meteorGen_1 | npm ERR! Tell the author that this fails on your system:
meteorGen_1 | npm ERR! node build.js || nodejs build.js
meteorGen_1 | npm ERR! You can get information on how to open an issue for this project with:
meteorGen_1 | npm ERR! npm bugs fibers
meteorGen_1 | npm ERR! Or if that isn't available, you can get their info via:
meteorGen_1 | npm ERR!
meteorGen_1 | npm ERR! npm owner ls fibers
meteorGen_1 | npm ERR! There is likely additional logging output above.
meteorGen_1 |
meteorGen_1 | npm ERR! Please include the following file with any support request:
meteorGen_1 | npm ERR! /bundle/bundle/programs/server/npm-debug.log
In the bundle, I cannot find the file /bundle/bundle/programs/server/node_modules/fibers/build.js.
In the bundle, there is no server/node_modules directory, but instead a server/npm/node_modules directory.
I had no problem deploying the previous Meteor 1.3.5.1 wih meteorhacks/meteord
Is it a build problem or a kadirahq/meteord problem ?
Thanks a lot for any help on this issue :) !
The text was updated successfully, but these errors were encountered:
Hello,
I am tring to run a Meteor 1.4.2.1 bundle done on Windows with kadirahq/meteord with Docker and I get the following error :
meteorGen_1 | npm WARN package.json [email protected] No description
meteorGen_1 | npm WARN package.json [email protected] No repository field.
meteorGen_1 | npm WARN package.json [email protected] No README data
meteorGen_1 | npm WARN package.json [email protected] No license field.
meteorGen_1 |
meteorGen_1 | > [email protected] install /bundle/bundle/programs/server/node_modules/fibers
meteorGen_1 | > node build.js || nodejs build.js
meteorGen_1 |
meteorGen_1 | module.js:327
meteorGen_1 | throw err;
meteorGen_1 | ^
meteorGen_1 |
meteorGen_1 | Error: Cannot find module '/bundle/bundle/programs/server/node_modules/fibers/build.js'
meteorGen_1 | at Function.Module._resolveFilename (module.js:325:15)
meteorGen_1 | at Function.Module._load (module.js:276:25)
meteorGen_1 | at Function.Module.runMain (module.js:441:10)
meteorGen_1 | at startup (node.js:139:18)
meteorGen_1 | at node.js:968:3
meteorGen_1 | sh: 1: nodejs: Permission denied
meteorGen_1 | npm ERR! Linux 3.13.0-86-generic
meteorGen_1 | npm ERR! argv "/opt/nodejs/bin/node" "/usr/bin/npm" "i"
meteorGen_1 | npm ERR! node v4.4.7
meteorGen_1 | npm ERR! npm v2.15.8
meteorGen_1 | npm ERR! file sh
meteorGen_1 | npm ERR! code ELIFECYCLE
meteorGen_1 | npm ERR! errno ENOENT
meteorGen_1 | npm ERR! syscall spawn
meteorGen_1 |
meteorGen_1 | npm ERR! [email protected] install:
node build.js || nodejs build.js
meteorGen_1 | npm ERR! spawn ENOENT
meteorGen_1 | npm ERR!
meteorGen_1 | npm ERR! Failed at the [email protected] install script 'node build.js || nodejs build.js'.
meteorGen_1 | npm ERR! This is most likely a problem with the fibers package,
meteorGen_1 | npm ERR! not with npm itself.
meteorGen_1 | npm ERR! Tell the author that this fails on your system:
meteorGen_1 | npm ERR! node build.js || nodejs build.js
meteorGen_1 | npm ERR! You can get information on how to open an issue for this project with:
meteorGen_1 | npm ERR! npm bugs fibers
meteorGen_1 | npm ERR! Or if that isn't available, you can get their info via:
meteorGen_1 | npm ERR!
meteorGen_1 | npm ERR! npm owner ls fibers
meteorGen_1 | npm ERR! There is likely additional logging output above.
meteorGen_1 |
meteorGen_1 | npm ERR! Please include the following file with any support request:
meteorGen_1 | npm ERR! /bundle/bundle/programs/server/npm-debug.log
In the bundle, I cannot find the file /bundle/bundle/programs/server/node_modules/fibers/build.js.
In the bundle, there is no server/node_modules directory, but instead a server/npm/node_modules directory.
I had no problem deploying the previous Meteor 1.3.5.1 wih meteorhacks/meteord
Is it a build problem or a kadirahq/meteord problem ?
Thanks a lot for any help on this issue :) !
The text was updated successfully, but these errors were encountered: