??
You're inside public_html, but wp-admin or wp-content was not found.
Savvy
W
olf -
MANAGER
Edit File: node_prettify.js
var IN_GLOBAL_SCOPE = false; /* @include prettify.js */ var path = require('path'); module.exports = { prettyPrint: prettyPrint, prettyPrintOne: prettyPrintOne, // include paths for css preprocessor support includePaths: [ __dirname, path.resolve(__dirname, '../styles') ] };