beachio/chisel

ReferenceError: process is not defined

arunnac opened this issue · 1 comments

Steps followed:

$ git clone https://github.com/beachio/chisel-parse-server-starter.git
$ cd parse-server-starter
$ npm install
$ npm start

$ npm install -g chisel-cms
$ chisel-cms --appId "SampleAppId" --serverURL "http://localhost:1337/parse"

Accessing http://localhost:9000 gives the following error in the browser console.

Uncaught (in promise) ReferenceError: process is not defined
at main.js:2
at c (main.js:2)
at Generator._invoke (main.js:2)
at Generator.next (main.js:2)
at qo (main.js:2)
at a (main.js:2)
at main.js:2
at new Promise ()
at main.js:2
at Qo (main.js:2)

Verified http://localhost:1337/parse and http://localhost:1337/dashboard are working fine.

It works when I clone the repo, build and run.

Instead of using NPM.