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 not install frontools on arm64 CPUs #452

Open
patrykbura opened this issue May 24, 2022 · 1 comment
Open

Can not install frontools on arm64 CPUs #452

patrykbura opened this issue May 24, 2022 · 1 comment

Comments

@patrykbura
Copy link
Member

patrykbura commented May 24, 2022

While trying to install on Mac M1, there's issue:

Exit code: 1
Command: node install.js
Arguments:
Directory: /var/www/html/vendor/snowdog/frontools/node_modules/phantomjs-prebuilt
Output:
PhantomJS not found on PATH
Unexpected platform or architecture: linux/arm64
It seems there is no binary available for your platform/architecture

Node v16.15.0

PhantomJS is deprecated but it's used by gulp-svg-sprite.


Temporary fix that works for me, is to change in package.json:

"gulp-svg-sprite": "svg-sprite/gulp-svg-sprite#dev"

Unfortunately new changes, that are dropping PhantomJS (in svg-sprite v2.0.0-beta1) are not released yet and working only on dev branch.
svg-sprite/gulp-svg-sprite@8b4803d


EDIT:

Release of new gulp-svg-sprite version dropping PhatnomJS is comming soon.
svg-sprite/gulp-svg-sprite#127 (comment)

@navarr
Copy link

navarr commented Nov 23, 2022

SVG Sprite2.0.1 is released

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

2 participants