jspm / generator.jspm.io

8 stars 6 forks source link

package.json'- read type error, cannot read properties of null #19

Closed mediabuff closed 1 year ago

mediabuff commented 1 year ago

I have a simple package.json. When I upload to use with online generator, I get a 'type error, cannot read properties of null

package.json - only the following, nothing else

{ "dependencies": { "@types/react": "latest", "@types/react-dom": "latest", "@mui/material": "latest", "@mui/icons-material": "latest" } }

guybedford commented 1 year ago

Thanks @mediabuff for the report here! This is definitely a bug.

guybedford commented 1 year ago

Fixed in https://github.com/jspm/generator.jspm.io/pull/21.