We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like the package.json file for pug-cli currently limits pug to the 2.0-alpha7 release. Pug is on 2.0.3, according to its repo.
package.json
Could you update the dependency in pug-cli so that the latest version of pug is installed? Thanks.
pug-cli
The text was updated successfully, but these errors were encountered:
Version 2.0.3 of Pug is installed, despite the old dependency. Try it for yourself:
mkdir pug-test && cd pug-test echo '{}' > package.json npm i -D pug-cli npm ls --depth=1
Output:
~/pug-test `-- [email protected] +-- [email protected] +-- [email protected] +-- [email protected] `-- [email protected]
Sorry, something went wrong.
No branches or pull requests
It looks like the
package.json
file for pug-cli currently limits pug to the 2.0-alpha7 release. Pug is on 2.0.3, according to its repo.Could you update the dependency in
pug-cli
so that the latest version of pug is installed? Thanks.The text was updated successfully, but these errors were encountered: