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
C:\>cd /d c:\git\specs c:\git\specs>npm ci c:\git\specs>npx tsv specification\contosowidgetmanager\Contoso.WidgetManager Running TypeSpecValidation on folder: specification/contosowidgetmanager/Contoso.WidgetManager Executing rule: NpmPrefix run command:npm prefix Expected npm prefix: C:\git\specs Actual npm prefix: c:\git\specs Rule NpmPrefix failed
We will probably need/want to do case-insensitive path compare on Windows, since Node APIs are inconsitent:
nodejs/node#6624
The text was updated successfully, but these errors were encountered:
[TypeSpecValidation] bug fix: drive letter inconsistency for windows (#…
80aaac5
…27002) - Fixes #26557
8c0a0df
mikeharder
Successfully merging a pull request may close this issue.
We will probably need/want to do case-insensitive path compare on Windows, since Node APIs are inconsitent:
nodejs/node#6624
The text was updated successfully, but these errors were encountered: