-
Notifications
You must be signed in to change notification settings - Fork 347
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
Git push problem with npm #1093
Comments
Hi, @remember00000 Could you please give the reproduce code, and then we can dig into it? Thanks. link with https://github.com/wechaty/wechaty.js.org/pull/1085 |
In my "wechaty.js.org"file,I open the "cmd"window,and I run "npm run test",but locally it show as follows:
============= WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree. You may find that it works just fine, or you may not. SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <4.1.0 YOUR TYPESCRIPT VERSION: 4.3.5 Please only submit bug reports when using the officially supported version. =============
Usage: markdownlint [options] <files|directories|globs> MarkdownLint Command Line Interface Options:
✖ jekyll_posts\2016-12-03-welcome-to-wechaty.md does not match //[0-9-a-z]+./! npm ERR! A complete log of this run can be found in: npm ERR! A complete log of this run can be found in: npm ERR! A complete log of this run can be found in: The peoblem is that these questions are totally wrong,as the files in the abrove errors I didnot change and as it had been published it must be correct.And obviously the rule it used to test is not the same as rules in package.json;I find in google and it gives the solution that it may be "npm should install locally not globally",so I install npm locally.But it didnot work;Can you help me?thanks! |
It seems that the file-name-linter and markdownlint are not supporting win32 platform for now. We should investigate it and see if there's any setting that can correct this problem or any acceptable workarounds. Workaround for youI'd like to suggest that you run linting script under a Linux system. |
It truly troubles me,thanks for your answers. |
You can close this issue if you have solve the problem @remember00000 |
_```
✖ jekyll_posts\2016-12-03-welcome-to-wechaty.md does not match //[0-9-a-z]+./!
✖ jekyll_posts\2016-12-04-gitchat-lijiarui-interview.md does not match //[0-9-a-z]+./!
✖ jekyll_posts\2016-12-05-ghostcloud-wechaty-docker.md does not match //[0-9-a-z]+./!
✖ jekyll_posts\2016-12-07-beijing-nodejs-meetup-party.md does not match //[0-9-a-z]+./!
✖ jekyll_posts\2016-12-08-jaslin-user-case.md does not match //[0-9-a-z]+./!
The text was updated successfully, but these errors were encountered: