Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local development problem #7

Closed
d3vhound opened this issue Oct 6, 2017 · 0 comments
Closed

Local development problem #7

d3vhound opened this issue Oct 6, 2017 · 0 comments

Comments

@d3vhound
Copy link

d3vhound commented Oct 6, 2017

ran npm install and now running npm start gives this message

[13:56:59] Requiring external module babel-register
Warning: Accessing PropTypes via the main React package is deprecated, and will be removed in React v16.0. Use the latest available v15.* prop-types package from npm instead. For info on usage, compatibility, migration and more, see https://fb.me/prop-types-docs
Warning: Accessing createClass via the main React package is deprecated, and will be removed in React v16.0. Use a plain JavaScript class instead. If you're not yet ready to migrate, create-react-class v15.* is available on npm as a temporary, drop-in replacement. For more info see https://fb.me/react-create-class
/Users/devionvillegas/Documents/GitHub/one-click-hugo-cms/node_modules/core-js/library/fn/json/stringify.js:4
return $JSON.stringify.apply($JSON, arguments);
^

TypeError: Converting circular structure to JSON
at Object.stringify ()
at stringify (/Users/devionvillegas/Documents/GitHub/one-click-hugo-cms/node_modules/core-js/library/fn/json/stringify.js:4:26)
at compile (/Users/devionvillegas/Documents/GitHub/one-click-hugo-cms/node_modules/babel-register/lib/node.js:105:42)
at loader (/Users/devionvillegas/Documents/GitHub/one-click-hugo-cms/node_modules/babel-register/lib/node.js:144:14)
at Object.require.extensions.(anonymous function) [as .js] (/Users/devionvillegas/Documents/GitHub/one-click-hugo-cms/node_modules/babel-register/lib/node.js:154:7)
at Module.load (module.js:545:32)
at tryModuleLoad (module.js:508:12)
at Function.Module._load (module.js:500:3)
at Module.require (module.js:568:17)
at require (internal/module.js:11:18)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! victor-hugo@1.0.0 start: gulp server
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the victor-hugo@1.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

@d3vhound d3vhound closed this as completed Oct 6, 2017
tech4him1 added a commit to tech4him1/one-click-hugo-cms that referenced this issue Oct 7, 2017
`babel-preset-react` was in the CMS deps before, so it worked, but it was removed from the CMS deps during cleanup, breaking our build.
Fixes decaporg#7.
erquhart pushed a commit that referenced this issue Oct 7, 2017
`babel-preset-react` was in the CMS deps before, so it worked, but it was removed from the CMS deps during cleanup, breaking our build.
Fixes #7.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant