You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.
The solution is probably to change snowboard to use drafter (https://www.npmjs.com/package/drafter) rather than using protagonist directly. Protagonist may not be available for every platform (it uses node-gyp to compile C++ code), drafter will fall back on the JS transpiled version of protagnist (drafter.js).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I using npm to install: npm install -g snowboard
Then run below command but throw exception:
sudo snowboard http -b 0.0.0.0:8088 --watch ./graphqlapi.apib
Error: Cannot find module 'protagonist'
Code: MODULE_NOT_FOUND
Please help me!
The text was updated successfully, but these errors were encountered: