-
Notifications
You must be signed in to change notification settings - Fork 2k
Description
Building image using node:13.10.1-alpine3.11
In one laptop is working but in my second laptop is throwing
Illegal instruction (core dumped) sill install generateActionsToTake
Building using node:13.10.1-alpine3.10 throw error
Illegal instruction (core dumped)e: verb extractTree extracting dependencies to node_modules/
Tried the same version of node using latest and everyhting went fine.
Also I tried "node:12.16.1-alpine3.9" and everything installed properly.
Attached are the package.json and the termianl screenshot.
Looking in internet and could not find something
THere are some suggestions that the node modules should not be imported and I confirm that are not imported.
Every action is done while in folder is only package.json and package-lock.json.
All commands are run as user "node"