You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is what happens with single quotes on Windows 10 cmd:
C:\Users\xmr\Desktop\gauge>npm run lint
> [email protected] lint
> eslint '**/*.js'
Oops! Something went wrong! :(
ESLint: 8.10.0
No files matching the pattern "'**/*.js'" were found.
Please check for typing mistakes in the pattern.
Another thing I noticed in some npm projects is the use of
'
in the npm scripts, for example:template-oss/package.json
Line 11 in ecee70c
This won't work in all shells and can cause issues. Using double quotes will work everywhere.
I should probably make a new issue about this, I'm just not sure if this is handled here.
EDIT, NVM I just saw it's handled here :)
template-oss/lib/postinstall/update-package.js
Line 12 in ecee70c
Originally posted by @XhmikosR in #62 (comment)
The text was updated successfully, but these errors were encountered: