-
Notifications
You must be signed in to change notification settings - Fork 133
lotion install error #180
Comments
p.s. i reinstalled gulp and node, still the same |
I can not install lotion.js either on linux. I get this error...
|
I've experienced exactly the same issue on windows and on linux. There's a PR on tendermint-node which is supposed to fix this issue. However, it's either not merged or not working but at least it gives us some insight. I was able to install lotionjs using nvm and switching down to node.js version 10.18.1 . On windows. Hope that helps someone. If there's any better solution I would like to hear it. Thanks. |
npm install lotion --save npm ERR! code ELIFECYCLE npm ERR! A complete log of this run can be found in: ┌──(root💀DELL)-[/mnt/d/first-blockchain-app] npm ERR! A complete log of this run can be found in: ┌──(root💀DELL)-[/mnt/d/first-blockchain-app] |
Hi,
When i try to install lotion i get: fs.js:27
const { Math, Object } = primordials;
^
ReferenceError: primordials is not defined
at fs.js:27:26
at req_ (/root/node_modules/natives/index.js:143:24)
at Object.req [as require] (/root/node_modules/natives/index.js:55:10)
at Object. (/root/node_modules/fstream/node_modules/graceful-fs/fs.js:1:37)
at Module._compile (internal/modules/cjs/loader.js:774:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:785:10)
at Module.load (internal/modules/cjs/loader.js:641:32)
at Function.Module._load (internal/modules/cjs/loader.js:556:12)
at Module.require (internal/modules/cjs/loader.js:681:19)
at require (internal/modules/cjs/helpers.js:16:16)
npm WARN saveError ENOENT: no such file or directory, open '/root/package.json'
npm WARN enoent ENOENT: no such file or directory, open '/root/package.json'
npm WARN root No description
npm WARN root No repository field.
npm WARN root No README data
npm WARN root No license field.
Also, afterwards when i try to search for node_modules/lotion/bin/tendermint gen_validator it is not there.
Does anyone have a solution?
The text was updated successfully, but these errors were encountered: