[go: nahoru, domu]

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

fix: run 'npm run build:schematics' on Windows #674

Closed

Conversation

Taoister39
Copy link
Contributor
@Taoister39 Taoister39 commented May 13, 2024
PS C:\Users\xxx> npm run build:schematics

> ng-matero@0.0.0-NOT-USED build:schematics
> npm run copy:schematics && cd schematics && npm run build && cd .. && npm run build:starter


> ng-matero@0.0.0-NOT-USED copy:schematics
> npm run clean:schematics && cpr schematics dist/schematics


> ng-matero@0.0.0-NOT-USED clean:schematics
> rimraf dist/schematics


> ng-matero@17.1.0 build
> ../node_modules/.bin/tsc -p tsconfig.json

'..' 不是內部或外部命令、可執行的程式或批次檔。

The term '..' is not recognized as a name of a cmdlet, function, script file, or executable program.


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.

None yet

1 participant