meteor-useraccounts / flow-routing

Useraccounts packages add-on for integration with Flow Router and Blaze Layout.
https://atmospherejs.com/useraccounts/flow-routing
MIT License
72 stars 50 forks source link

Get error while adding package in Meteor 1.10.2 #60

Open Discomania opened 4 years ago

Discomania commented 4 years ago

I tried to add package to Meteor 1.10.2 without success. here is the error stack

PS F:\crm> meteor add useraccounts:flow-routing
 => Errors while adding packages:

While loading package kadira:flow-router@2.11.0:
error: Command failed: C:\Windows\system32\cmd.exe /c C:\Users\xxxxx\AppData\Local\.meteor\packages\meteor-tool\1.10.2\mt-os.windows.x86_64\dev_bundle\bin\npm.cmd rebuild --update-binary
evalmachine.<anonymous>:35
} = primordials;
^

ReferenceError: primordials is not defined
at evalmachine.<anonymous>:35:5
at Object.<anonymous> (C:\Users\xxxxx\AppData\Local\.meteor\packages\kadira_flow-router\2.11.0\npm\node_modules\fs-extra\node_modules\graceful-fs\fs.js:11:1)
at Module._compile (internal/modules/cjs/loader.js:1158:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1178:10)
at Module.load (internal/modules/cjs/loader.js:1002:32)
at Function.Module._load (internal/modules/cjs/loader.js:901:14)
at Module.require (internal/modules/cjs/loader.js:1044:19)
at require (internal/modules/cjs/helpers.js:77:18)
at Object.<anonymous> (C:\Users\xxxxx\AppData\Local\.meteor\packages\kadira_flow-router\2.11.0\npm\node_modules\fs-extra\node_modules\graceful-fs\graceful-fs.js:3:27)
at Module._compile (internal/modules/cjs/loader.js:1158:30)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! phantomjs@1.9.16 install: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the phantomjs@1.9.16 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\xxxxx\AppData\Roaming\npm-cache\_logs\2020-05-15T20_30_15_192Z-debug.log
evalmachine.<anonymous>:35
} = primordials;
^

ReferenceError: primordials is not defined
at evalmachine.<anonymous>:35:5
at Object.<anonymous> (C:\Users\xxxxx\AppData\Local\.meteor\packages\kadira_flow-router\2.11.0\npm\node_modules\fs-extra\node_modules\graceful-fs\fs.js:11:1)
at Module._compile (internal/modules/cjs/loader.js:1158:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1178:10)
at Module.load (internal/modules/cjs/loader.js:1002:32)
at Function.Module._load (internal/modules/cjs/loader.js:901:14)
at Module.require (internal/modules/cjs/loader.js:1044:19)
at Object.<anonymous> (C:\Users\xxxxx\AppData\Local\.meteor\packages\kadira_flow-router\2.11.0\npm\node_modules\fs-extra\node_modules\graceful-fs\graceful-fs.js:3:27)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! phantomjs@1.9.16 install: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the phantomjs@1.9.16 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\xxxxx\AppData\Roaming\npm-cache\_logs\2020-05-15T20_30_15_192Z-debug.log