Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Invalid asm.js: Expected shift of word size #170

Open
pertsev opened this issue Mar 16, 2019 · 4 comments
Open

Invalid asm.js: Expected shift of word size #170

pertsev opened this issue Mar 16, 2019 · 4 comments

Comments

@pertsev
Copy link

pertsev commented Mar 16, 2019

I just followed the quick-start tutorial and got that error.

image

the same for lotion-cli:

V8: /usr/local/lib/node_modules/lotion-cli/node_modules/supercop.js/lib.js:18295 Invalid asm.js: Expected shift of word size

The app works as expected btw.

Environment:
OSX mojave
node v11.8.0
npm 6.8.0

@salembaira
Copy link

I also got this

@keppel
Copy link
Owner

keppel commented Mar 20, 2019

This warning happens on node v11.x and should be harmless, still pretty annoying though. Will fix.

@orbmis
Copy link

orbmis commented Jan 29, 2021

This is a workaround that I found helpful, set this environment variables before running your lotion ... command:

$ export NODE_NO_WARNINGS=1

@neilecm
Copy link

neilecm commented May 21, 2022

After running node app.js I get this error:
MacBooks-Air-3:chatapp macbook$ node app.js
(node:8422) V8: /Users/macbook/Desktop/chatapp/node_modules/supercop.js/lib.js:18295 Invalid asm.js: Expected shift of word size
(Use node --trace-warnings ... to show where the warning was created)
229bac297199fd59e5ce6b2144702805147990ba2ea30acf17faf8cd483a8475

Is this hash my GCI? Even throwing this error, means my app is working? Thank you!

Neil Endrigo Cardoso de Miranda.

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

No branches or pull requests

5 participants