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
npm install 之后,npm test,npm run js。。。。全部都无法执行?在package.json文件里只找到了: "scripts": { "build": "tsc --build", "clean": "tsc --build --clean", "start": "node app" }, 这三个可执行语句。 但是运行npm run build 后显示:
npm run build gobang@0.0.0 build tsc --build error TS5083: Cannot read file 'D:/****/五子棋/gobang-master 2/gobang-master/gobang-master/tsconfig.json'. Found 1 error.
The text was updated successfully, but these errors were encountered:
可以运行了嘛
Sorry, something went wrong.
No branches or pull requests
npm install 之后,npm test,npm run js。。。。全部都无法执行?在package.json文件里只找到了:
"scripts": {
"build": "tsc --build",
"clean": "tsc --build --clean",
"start": "node app"
},
这三个可执行语句。
但是运行npm run build 后显示:
npm run build
gobang@0.0.0 build
tsc --build
error TS5083: Cannot read file 'D:/****/五子棋/gobang-master 2/gobang-master/gobang-master/tsconfig.json'.
Found 1 error.
The text was updated successfully, but these errors were encountered: