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

Installing packages on nodejs v14 fails while building nsfw gyp #3751

Closed
rainydio opened this issue May 28, 2020 · 1 comment
Closed

Installing packages on nodejs v14 fails while building nsfw gyp #3751

rainydio opened this issue May 28, 2020 · 1 comment

Comments

@rainydio
Copy link
Contributor

rainydio commented May 28, 2020

Summary

Installing packages on nodejs v14.3.0 fails while building nsfw package.

~/w/ark-core!$ nodenv global 14.3.0
~/w/ark-core $ rm -rf node_modules/; and yarn; and yarn build
yarn install v1.22.4
[1/4] Resolving packages...
[2/4] Fetching packages...
...
make: *** [nsfw.target.mk:128: Release/obj.target/nsfw/src/NSFW.o] Error 1
make: Leaving directory '/home/rainydio/work/ark-core/node_modules/nsfw/build'
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2

https://gist.github.com/rainydio/637934ae90a1fa636dcc1067ad3f7eab

Installing latest version of nsfw into new nodejs project succeeds.

@rainydio
Copy link
Contributor Author

rainydio commented Jun 9, 2020

Fixed

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