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 Sep 7, 2020. It is now read-only.
The directory is present, but the public assets plugin can't find it:
blog [master *$ u= origin/master] yarn start
⚠ @phenomic/plugin-public-assets: No '/Users/jcayzac/Desktop/Phenomic/blog/public'
folder found. Please create this folder if you want static files to be served from the root
(eg: favicon.ico).
…
blog [master *$ u= origin/master] ls /Users/jcayzac/Desktop/Phenomic/blog/public
favicon.ico robots.txt
The text was updated successfully, but these errors were encountered:
Also worth mentioning that not specifying the path option resulted in the error below. Not sure why the react preset doesn't suffer from it.
✖ @phenomic/core: The "path" argument must be of type string. Received type undefined
✖ @phenomic/core: TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type undefined
at assertPath (path.js:39:11)
at Object.join (path.js:1157:7)
at Object.addDevServerMiddlewares (/Users/jcayzac/Desktop/Phenomic/blog/node_modules/@phenomic/plugin-public-assets/lib/index.js:50:52)
My
phenomic.config.js
file has:The directory is present, but the public assets plugin can't find it:
The text was updated successfully, but these errors were encountered: