Sam Verschueren

Results 126 comments of Sam Verschueren

Do you have a `package.json` file in your project directory? It looks like it can't find it.

Exactly, you need a package.json file. I will have a look if I can make the error message more clear.

We changed the behaviour of `log` in [this PR](https://github.com/sindresorhus/alfy/pull/56). Maybe Alfred changed the internal behaviour on how it handles the output and error stream. Will have to take a closer...

Yeoman + [generator-nm](https://github.com/sindresorhus/generator-nm) + `np` equals new packages in minutes. Usually testing and docs takes most of the time.

@Qix- The problem with `clearTerminal` is that it resets the scrollback buffer, which is not always what people want. So from the docs `clearScreen` should actually clear the screen without...

The problem with `eraseScreen` is that it seems to erase the screen but the cursor is not moved to the top left. ![image](https://user-images.githubusercontent.com/1913805/117144346-1d29e180-adb2-11eb-853d-a460b0bca708.png) When I print the `eraseScreen` sequence with...

You mean with the CLI? You should never install global packages with sudo to begin with. https://github.com/sindresorhus/guides/blob/master/npm-global-without-sudo.md After that, you shouldn't be forced to use sudo when using the cli.

Which version of `Alfred` are you using?

Would it be possible to try this again? We made some changes recently to Alfy. Hope it resolves this issue.