Skip to content
New issue

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

Incorrect global install for stylelint task #985

Merged
merged 1 commit into from
Feb 9, 2022
Merged

Conversation

jreklund
Copy link
Contributor

@jreklund jreklund commented Feb 9, 2022

Q A
Branch master
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Documented? yes
Fixed tickets

I could not install stylelint without install in the command.

C:\Users\Johan>npm -g stylelint
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path C:\Users\Johan/package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\Johan\package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Johan\AppData\Local\npm-cache\_logs\2022-02-09T15_43_57_459Z-debug.log

C:\Users\Johan>npm install -g stylelint

added 179 packages, and audited 181 packages in 10s

found 0 vulnerabilities

@veewee
Copy link
Contributor

veewee commented Feb 9, 2022

Looks good, thanks!

@veewee veewee merged commit f8edf23 into phpro:master Feb 9, 2022
@jreklund jreklund deleted the patch-1 branch February 16, 2023 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants