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

Get error while adding package in Meteor 1.10.2 #60

Open
Discomania opened this issue May 15, 2020 · 0 comments
Open

Get error while adding package in Meteor 1.10.2 #60

Discomania opened this issue May 15, 2020 · 0 comments

Comments

@Discomania
Copy link

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:[email protected]:
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! [email protected] install: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] 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! [email protected] install: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] 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
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