所以,我在Visual Studio 2012中有一个SSDT(SQL Server数据工具)项目.当我构建这个项目时,没有错误 - 它构建正常(甚至没有警告或消息).
但是,如果我尝试发布,我得到:
The script file could not be found (没有更多信息).
如果我将项目与现有数据库进行模式比较,我得到的只有:
Cannot generate deployment plan (再次,没有更多信息).
只有当我执行"运行代码分析"时,才会收到可能意味着什么的错误:
SQL72043: 7 elements are in an error state
我知道这个错误可能是由于表定义中缺少逗号或类似的琐碎错误造成的,但是我已经把我的头发撕掉几个小时,查看项目中的每一行SQL代码以找出问题.有什么方法可以让我更清楚地知道我的代码行导致错误?
我正在尝试在Atom上安装nuclide,但是却收到follwong错误。当我跑步
apm install nuclide
Installing “nuclide@0.125.0” failed.Hide output…
npm WARN engine nuclide@0.125.0: wanted: {"atom":">=1.5.3","node":">=4.1.1"} (current: {"node":"0.10.40","npm":"2.13.3"})
npm ERR! Darwin 14.5.0
npm ERR! argv "/Users/ammathu/Downloads/Atom 2.app/Contents/Resources/app/apm/bin/node" "/Users/ammathu/Downloads/Atom 2.app/Contents/Resources/app/apm/node_modules/npm/bin/npm-cli.js" "--globalconfig" "/Users/ammathu/.atom/.apm/.apmrc" "--userconfig" "/Users/ammathu/.atom/.apmrc" "install" "/private/var/folders/sk/rxnvp2hs2nd0xp3w_bsq3f1d6b3pqf/T/d-116222-56925-dimbjc/package.tgz" "--target=0.34.5" "--arch=x64"
npm ERR! node v0.10.40
npm ERR! npm v2.13.3
npm ERR! version not found: relative-date@1.1.2
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! /private/var/folders/sk/rxnvp2hs2nd0xp3w_bsq3f1d6b3pqf/T/apm-install-dir-116222-56925-votedf/npm-debug.log …Run Code Online (Sandbox Code Playgroud)