Open ghost opened 8 years ago
Looks like you haven't installed local npm packages maybe? Here are the build instructions:
cd ghedit ./scripts/npm.sh install cd ghedit npm install npm run build
Hmm, odd. I believe I have installed packages both times.
What might I be doing wrong?
Thanks
On Tue, Oct 25, 2016 at 5:25 AM -0700, "Scott Ludwig" notifications@github.com<mailto:notifications@github.com> wrote:
Looks like you haven't installed local npm packages maybe? Here are the build instructions:
Clone this repository.
git clone https://github.com/spiffcode/ghedit.git
Install npm packages
cd ./scripts/npm.sh install cd /ghedit npm install
Build
cd /ghedit npm run build
Build targets: build - loose js files build-opt - packed not minimized. Requires ?b=opt when on localhost. build-min - packed and minimized. Requires ?b=min when on localhost.
You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/spiffcode/ghedit/issues/17#issuecomment-256019981, or mute the threadhttps://github.com/notifications/unsubscribe-auth/APMaxFhPowosQxtmoky6B0qlpADKGtU_ks5q3fUugaJpZM4Kea-j.
I followed the build instructions exactly as given on Linux with the lastest Node and NPM and have been unable to build: