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
我看到作业要求里面有这么一句话: 请不要在代码中包含任何依赖库文件或可执行文件,如 node_modules 文件夹。 这个意思是不能使用外部依赖 还是说提交的代码里面把node_modules 等文件夹忽略就好?
The text was updated successfully, but these errors were encountered:
指的是你所提交的代码中,不能包含任何依赖库文件或可执行文件,就比如 node_modules 文件夹不可以提交上去。
Sorry, something went wrong.
No branches or pull requests
我看到作业要求里面有这么一句话:
请不要在代码中包含任何依赖库文件或可执行文件,如 node_modules 文件夹。
这个意思是不能使用外部依赖 还是说提交的代码里面把node_modules 等文件夹忽略就好?
The text was updated successfully, but these errors were encountered: