Jiu Fong
Jiu Fong
Hi, I would like to share my findings and experiments here for future developers: ### Approach 1: **Use `nunjucks::parse` to parse `variables.md` to fetch the variables and their corresponding values,...
Yup, it only worked after I ran `npm unlink markbind-cli` However, according to https://docs.npmjs.com/cli/v8/commands/npm-uninstall#examples, `unlink` is just an alias for `uninstall`, so not sure what was the issue when running...
First, I run `markbind init` in an empty folder, there's an error (some issues in my package/cli folder), Then in the empty folder, I run `npm un -g markbind-cli` ->...
Sorry, I forgot what was the exact error, I remember it was related to missing layouts The logs was something along the line `Could not find ../Layouts`
I gave @Tim-Siu this set of instructions to try replicating the bug on his Mac: ``` 1. remove Layout.ts in core/src/Layout 2. npm run setup 3. npm link in packages/cli...
> Why do you need to do this again in an empty folder ? Once you npm link and the package is available globally, the `markbind init` call will invoke...
Hi @tlylt , so sorry for the late reply. > I see. The steps in the docs should be relevant in the case that you are working on another node/npm...
I added a console.log in `init.js` Ran `npm run setup` and `npm link` In the empty folder (without running `npm init -y`), I did the following: 1) `npm ls -g`...