-
Notifications
You must be signed in to change notification settings - Fork 225
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
安装完依赖, npm start 还是不能正常运行, npm run build 也报错 #24
Comments
我知道怎么可以npm start 了, 把根目录的 ykit.js 改成 ykit.config.js. 但 npm run build 还不知怎么处理. |
npm run start是当前目录的服务,不是jsonschema的服务; |
I had the same problem. Possible solution in #46 |
package.json中script的写法问题,我改了之后就可以正常执行了。可以参照如下内容修改:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
克隆项目, npm安装后, npm run start(直接跳到ykit.js) 和 npm run build( Cannot read property 'properties' of undefined)均不行.
npm install -g ykit 还是不行.
我全局安装了 ykit , npm start 还是只打开 ykit.js. 进程就终止了.
$ npm run build 也是报错. 我是windows 平台. 和平台有关系吗?
The text was updated successfully, but these errors were encountered: