Closed nastareater closed 5 years ago
I have a similar issue on npm run publish
. I had a blog working properly before using this theme, but it now raises the following error:
[3/4] 🔗 Linking dependencies...
error An unexpected error occurred: "ENOENT: no such file or directory, lstat '/Users/jay/zetablog.ml/_assets/yarn/mkdirp'".
info If you think this is a bug, please open a bug report with the information provided in "/Users/jay/zetablog.ml/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! chalk@ publish: `bin/deploy`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the chalk@ publish script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/jay/.npm/_logs/2018-10-04T13_09_06_874Z-debug.log
I believe the cause is the yarn install v1.10.1
part. I freshly downloaded my blog from GitHub, and it doesn't work now.
npm run local
works, but it breaks after doing npm run publish
.@Zeta611 Hello, I have the same problem as you. Have you found the reason?
@Jesonwoo No, I just moved on and used a different theme.
@Zeta611 can you recommend something similar in functionality?
Thanks @Zeta611!
Have tried it several times but the error when running
npm run publish
always resulted in the same error