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

Can't install nwb on apple m1 chip #581

Open
tamhv opened this issue Oct 6, 2023 · 0 comments
Open

Can't install nwb on apple m1 chip #581

tamhv opened this issue Oct 6, 2023 · 0 comments

Comments

@tamhv
Copy link

tamhv commented Oct 6, 2023

This issue is a:

  • Bug report

Dockerfile

FROM node:18

docker build -t node18 .
docker run -it --name node18 node18 bash

# npm install -g nwb
npm ERR! code 1
npm ERR! path /usr/local/lib/node_modules/nwb/node_modules/phantomjs-prebuilt
npm ERR! command failed
npm ERR! command sh -c node install.js
npm ERR! PhantomJS not found on PATH
npm ERR! Unexpected platform or architecture: linux/arm64
npm ERR! It seems there is no binary available for your platform/architecture
npm ERR! Try to install PhantomJS globally


Apple M1 chip
node 18

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