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
The text was updated successfully, but these errors were encountered:
安装成功了,加上版本号1.3.2就行了。git上的readme中的指令不对,建议修改一下
Sorry, something went wrong.
@HULIANGA 正确的命令是什么,能否贴一下?
npm install spm-build@1.3.2 -g 这个安装成功,但是make build的时候出错: ` Please set environment variable NODE_PATH in ~/.bashrc:
export NODE_PATH=/usr/local/lib/node_modules
build is not a part of spm now. You can install it:
build
$ npm install spm-build -g
`
@nonjene 按照readme 指令就行 在命令行 输入 export NODE_PATH=/usr/local/lib/node_modules 接下来 输入 spm-build 中间是有横杠的,Makefile中的build:@spm build 是错的
spm-build
No branches or pull requests
The text was updated successfully, but these errors were encountered: