Framework7: TypeError: parse is not a function

Created on 6 Mar 2018  路  6Comments  路  Source: framework7io/framework7


_2018-03-06_ 5_10_36

This is a (multiple allowed):

  • [x] bug
  • [ ] enhancement
  • [ ] feature-discussion (RFC)
  • Framework7 Version: 2.0.10
  • Platform and Target: macOS

What you did

git clone https://github.com/framework7io/framework7.git
cd framework7
npm i
npm run build:dev

Expected Behavior

build success

Actual Behavior

got TypeError on both node v6.12.3 and v8.9.3

TypeError: parse is not a function in ./framework7/src/framework7.js

outdated

Most helpful comment

@Jovaage not yet there, will be on a days

All 6 comments

There is no parse in framework7.js. Anyway, i see the build was secceed

Hi nolimits4web

Yes it was build succeed. but got error when lunch the page

npm run build:dev
npm run dev

got blank page with the error:
Failed to load resource: the server responded with a status of 404 (Not Found)
Uncaught ReferenceError: Dom7 is not defined at app.js:2

2018-03-07 3 18 34

update node to v8.10.0
it is still not working

framework7 2.0.5 @v8.9.3 --> kitchen sink work
none

framework7 2.0.8 @v8.9.3 --> kitchen sink work
node_modules/template7/dist/template7.esm.js (409:11) Use of eval is strongly discouraged,

framework7 2.0.10 @v8.9.3, v8.10.0, v6.12.3 --> kitchen sink not work
TypeError: parse is not a function in /Users/orz99/zoo/framework7/src/framework7.js

@nolimits4web Has this fix also been applied to the vue kitchen sink?
Because I'm having the exact same issue there.

@Jovaage not yet there, will be on a days

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ahmeddaif1 picture ahmeddaif1  路  4Comments

mesutgok picture mesutgok  路  4Comments

M4ttscx picture M4ttscx  路  4Comments

J05HI picture J05HI  路  3Comments

iBinJubair picture iBinJubair  路  5Comments