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
I just got that error when going through the steps for example workflow in the readme.rd file. Based on Sam's comment I ran 'npm init' and it works now.
the index.js is
const alfy = require('alfy');
alfy.output([{
title: 'Unicorn'
}, {
title: 'Rainbow'
}]);
The text was updated successfully, but these errors were encountered: