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
If you follow the instructions in the readme on a new clone of perf.html on Linux, yarn run start-prod doesn't work because it can't find the mkdirp binary.
If you follow the instructions in the readme on a new clone of perf.html on Linux,
yarn run start-proddoesn't work because it can't find the mkdirp binary.Using
npm installin place ofyarn installworks.I haven't debugged this much further.