-
Notifications
You must be signed in to change notification settings - Fork 43
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
zsh: command not found: wean #42
Comments
需要先在 wean 根目录下 npm link,因为现在还没有发 npm 包 |
在wean 根目录下 npm link后,无论返回根目录还是wean根目录下,继续执行wean -e app.json -o /dist/。问题仍然存在 |
你是 windows 吗,我感觉像是环境变量没有设置上,我 windows 也这样,要不就,你就 node ./core/cli.js -e ./app.json -o ./dist/ |
-e ./app.json -o ./dist/ 换成相对路径,另外具体是啥报错呀 |
我擦这好奇怪啊,放到 package.json 的 scripts 中试试 |
算了放弃吧,把文件夹放到 wean 根目录,然后 node ./core/cli.js 吧,我觉得应该是 npm link 的时候没有 link 到全局 |
不是,正常就可以,你这个肯定不对,有两个文件都构建到外边了 使用相对路径! |
-e ./app.json -o ./dist/ 你缺了一个斜杠,e 是入口文件,o 是输出目录,都用相对路径,你自己多试试,反正必须要构建到 ./dist/ 文件下面 |
我知道了………………有可能是 mac 的目录问题,emmm 我没有 mac 电脑,没法调试 |
你的命令也不对 -e ./app.json -o ./dist/ 最后有个斜杠!!!! ./dist//////////////////////////////////////// 看到这个斜杠了吗 |
不加斜杠的也试过了,都跑到dist文件夹外 |
图片打不开,你直接加我qq吧 1533540012,你这个太坑了,构建出来的 index.html 不能直接打开 localhost:1234 |
788102601 |
图虫小程序 @ 飘香豆腐 demo clone到本地
cd到demo根目录下依次执行命令
$ yarn add wean
$ npm install
$ npm link
$ wean -e app.json -o /dist/
执行最后一行命令时,显示zsh: command not found: wean。
The text was updated successfully, but these errors were encountered: