-
Notifications
You must be signed in to change notification settings - Fork 9
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
Cannot find csv-stringify
imported from wpp-research
#2
Comments
Yay my first bug report! 🙂 Weird that the dependencies were not installed for you. There's a line for it here: Line 7 in 59d47b2
Maybe I need to change from |
It just occurred to me that the OS may have played a role here: I was on a linux machine (Ubuntu OS) when I ran this. 🤔 |
I'm currently working on merging this into the |
Start adding meta header to summary file
I ran
npm install
and then./run.sh latest trunk
locally. The process tries to execute, though it fails at running the performance tests.If I make sure
wpp-research
has its dependencies installed (cd wpp-research && npm install
) and then re-execute, it works fine.See the log:
The text was updated successfully, but these errors were encountered: