chancethecoder / pintree

This project is no longer maintained

Home Page:https://github.com/Pintree/pintree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

occurred an error while 'npm start'

drakejin opened this issue · comments

Installation

git clone {your_repo/master}
cd pintree
npm install
npm start ## occurred an error while starting this repo.

Logs

> pintree@0.1.0 start /home/likemilk/workspace/pintree/pintree
> gulp start

[20:17:08] Using gulpfile ~/workspace/pintree/pintree/gulpfile.js
[20:17:08] Starting 'bundle'...
[20:17:08] Starting 'less'...
[20:17:08] Starting 'environment'...
[20:17:08] Finished 'environment' after 2.47 ms
[20:17:08] Starting 'watch'...
[20:17:08] Finished 'watch' after 14 ms
[20:17:08] Finished 'bundle' after 281 ms
[20:17:08] Finished 'less' after 381 ms
[20:17:08] Starting 'build'...
[20:17:08] Finished 'build' after 2.66 μs
[20:17:08] Starting 'start'...
[20:17:08] Finished 'start' after 10 ms
A JavaScript error occurred in the main process
Uncaught Exception:
Error: SQLITE_CANTOPEN: unable to open database file

My Opinion

As you know that released "pintree-0.1.0" source is running well.
but recently source has an error while gulp start.

in my opinion this source can't generate sqlite( {repo}/database.db) file.

I gotcha that you wanna make login function. right?

So this issue is closed thanks.