ikappas / vscode-phpcs

PHP CodeSniffer for Visual Studio Code
MIT License
128 stars 56 forks source link

Fix Build Process #198

Open manuth opened 2 years ago

manuth commented 2 years ago

Currently, this extension reports an error when installing it initially. That's because rimraf isn't installed in the preinstall state. Executing npx rimraf instead will download rimraf temporarily to run this command, if it doesn't exist yet.

Thus, changes made in this PR will fix the build process Furthermore, outdated package.json-settings and dependencies were replaced.